Home
last modified time | relevance | path

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

/art/compiler/
Dcommon_compiler_test.cc99 class_linker_->SetEntryPointsToInterpreter(method); in MakeExecutable()
/art/runtime/
Druntime_callbacks_test.cc83 class_linker_->SetEntryPointsToInterpreter(&m); in MakeExecutable()
Dcommon_runtime_test.cc386 class_linker_->SetEntryPointsToInterpreter(&method); in MakeInterpreted()
Dclass_linker.h610 void SetEntryPointsToInterpreter(ArtMethod* method) const
Dclass_linker.cc9547 void ClassLinker::SetEntryPointsToInterpreter(ArtMethod* method) const { in SetEntryPointsToInterpreter() function in art::ClassLinker
/art/openjdkjvmti/
Dti_redefine.cc2133 linker->SetEntryPointsToInterpreter(m); in AllocateNewClassObject()
2585 linker->SetEntryPointsToInterpreter(&method); in UpdateMethods()
/art/runtime/jit/
Djit_code_cache.cc1861 linker->SetEntryPointsToInterpreter(meth); in InvalidateAllCompiledCode()