hotspot/src/cpu/zero/vm/frame_zero.inline.hpp
changeset 38074 8475fdc6dcc3
parent 35214 d86005e0b4c2
child 38144 0976c0c5c5d3
equal deleted inserted replaced
38071:cdc19fb67395 38074:8475fdc6dcc3
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
   113 
   113 
   114 inline Method** frame::interpreter_frame_method_addr() const {
   114 inline Method** frame::interpreter_frame_method_addr() const {
   115   return &(get_interpreterState()->_method);
   115   return &(get_interpreterState()->_method);
   116 }
   116 }
   117 
   117 
       
   118 inline oop* frame::interpreter_frame_mirror_addr() const {
       
   119   return &(get_interpreterState()->_mirror);
       
   120 }
       
   121 
   118 inline intptr_t* frame::interpreter_frame_mdp_addr() const {
   122 inline intptr_t* frame::interpreter_frame_mdp_addr() const {
   119   return (intptr_t*) &(get_interpreterState()->_mdx);
   123   return (intptr_t*) &(get_interpreterState()->_mdx);
   120 }
   124 }
   121 
   125 
   122 inline intptr_t* frame::interpreter_frame_tos_address() const {
   126 inline intptr_t* frame::interpreter_frame_tos_address() const {