Searched refs:method_code (Results 1 – 3 of 3) sorted by relevance
87 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local89 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code; in MakeExecutable()90 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
524 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
7736 const void* method_code) const { in SetEntryPointsToCompiledCode()7737 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()