Searched refs:SetEntryPointsToCompiledCode (Results 1 – 3 of 3) sorted by relevance
101 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
431 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
5620 void ClassLinker::SetEntryPointsToCompiledCode(ArtMethod* method, in SetEntryPointsToCompiledCode() function in art::ClassLinker