Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp_stub.cc41 const void* GetNterpEntryPoint() { in GetNterpEntryPoint() function
Dnterp.h35 const void* GetNterpEntryPoint();
Dnterp.cc61 const void* GetNterpEntryPoint() { in GetNterpEntryPoint() function
/art/runtime/
Doat_quick_method_header.cc96 uintptr_t nterp_entrypoint = reinterpret_cast<uintptr_t>(interpreter::GetNterpEntryPoint()); in GetNterpMethodHeader()
Dart_method.cc767 interpreter::GetNterpEntryPoint())) { in CopyFrom()
Dclass_linker.cc237 runtime->GetInstrumentation()->UpdateMethodsCode(method, interpreter::GetNterpEntryPoint()); in ChangeInterpreterBridgeToNterp()
3543 return interpreter::GetNterpEntryPoint(); in GetQuickOatCodeFor()
3672 quick_code = interpreter::GetNterpEntryPoint(); in FixupStaticTrampolines()
/art/test/common/
Druntime_state.cc183 (actual_code == interpreter::GetNterpEntryPoint()); in Java_Main_isAotCompiled()