Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc645 if (kIsDebugBuild && method->GetEntryPointFromInterpreter() == nullptr) { in DoCall()
650 method->GetEntryPointFromInterpreter() == artInterpreterToCompiledCodeBridge) { in DoCall()
653 (method->GetEntryPointFromInterpreter())(self, mh, code_item, new_shadow_frame, result); in DoCall()
/art/runtime/mirror/
Dart_method.h246 EntryPointFromInterpreter* GetEntryPointFromInterpreter() in GetEntryPointFromInterpreter() function
/art/patchoat/
Dpatchoat.cc427 object->GetEntryPointFromInterpreter<kVerifyNone>()); in FixupMethod()