Searched refs:SetEntryPointsToInterpreter (Results 1 – 7 of 7) sorted by relevance
99 class_linker_->SetEntryPointsToInterpreter(method); in MakeExecutable()
83 class_linker_->SetEntryPointsToInterpreter(&m); in MakeExecutable()
386 class_linker_->SetEntryPointsToInterpreter(&method); in MakeInterpreted()
610 void SetEntryPointsToInterpreter(ArtMethod* method) const
9547 void ClassLinker::SetEntryPointsToInterpreter(ArtMethod* method) const { in SetEntryPointsToInterpreter() function in art::ClassLinker
2133 linker->SetEntryPointsToInterpreter(m); in AllocateNewClassObject()2585 linker->SetEntryPointsToInterpreter(&method); in UpdateMethods()
1861 linker->SetEntryPointsToInterpreter(meth); in InvalidateAllCompiledCode()