Searched refs:method_code (Results 1 – 2 of 2) sorted by relevance
94 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local96 LOG(INFO) << "MakeExecutable " << method->PrettyMethod() << " code=" << method_code; in MakeExecutable()97 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
514 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const