Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc349 static JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
353 static inline JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in Execute() function
474 JValue r = Execute(self, mh, code_item, *shadow_frame, JValue()); in EnterInterpreterFromInvoke()
502 value = Execute(self, mh, code_item, *shadow_frame, value); in EnterInterpreterFromDeoptimize()
519 return Execute(self, mh, code_item, shadow_frame, JValue()); in EnterInterpreterFromStub()
550 result->SetJ(Execute(self, mh, code_item, *shadow_frame, JValue()).GetJ()); in artInterpreterToInterpreterBridge()