Searched refs:Execute (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 247 static inline JValue Execute( in Execute() function 488 JValue r = Execute(self, accessor, *shadow_frame, JValue(), stay_in_interpreter); in EnterInterpreterFromInvoke() 606 value = Execute(self, in EnterInterpreterFromDeoptimize() 638 return Execute(self, accessor, *shadow_frame, JValue()); in EnterInterpreterFromEntryPoint() 671 result->SetJ(Execute(self, accessor, *shadow_frame, JValue()).GetJ()); in ArtInterpreterToInterpreterBridge()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 575 result_ = Execute(method, visitor); in Run() 587 virtual jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) 681 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::GetLocalVariableClosure 813 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::SetLocalVariableClosure
|