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 508 JValue r = Execute(self, accessor, *shadow_frame, JValue(), stay_in_interpreter); in EnterInterpreterFromInvoke() 626 value = Execute(self, in EnterInterpreterFromDeoptimize() 658 return Execute(self, accessor, *shadow_frame, JValue()); in EnterInterpreterFromEntryPoint() 691 result->SetJ(Execute(self, accessor, *shadow_frame, JValue()).GetJ()); in ArtInterpreterToInterpreterBridge()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 604 result_ = Execute(method, visitor); in Run() 616 virtual jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) 883 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::GetLocalVariableClosure 1063 jvmtiError Execute(art::ArtMethod* method, art::StackVisitor& visitor) in Execute() function in openjdkjvmti::SetLocalVariableClosure
|