Home
last modified time | relevance | path

Searched refs:Execute (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc257 static JValue Execute(Thread* self, const DexFile::CodeItem* code_item, ShadowFrame& shadow_frame,
261 static inline JValue Execute(Thread* self, const DexFile::CodeItem* code_item, in Execute() function
378 JValue r = Execute(self, code_item, *shadow_frame, JValue()); in EnterInterpreterFromInvoke()
422 value = Execute(self, code_item, *shadow_frame, value); in EnterInterpreterFromDeoptimize()
440 return Execute(self, code_item, *shadow_frame, JValue()); in EnterInterpreterFromEntryPoint()
470 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ()); in artInterpreterToInterpreterBridge()