Searched refs:method_code (Results 1 – 3 of 3) sorted by relevance
98 const void* method_code = CompiledMethod::CodePointer(code_ptr, in MakeExecutable() local100 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code; in MakeExecutable()101 class_linker_->SetEntryPointsToCompiledCode(method, method_code); in MakeExecutable()
431 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
5621 const void* method_code) const { in SetEntryPointsToCompiledCode()5622 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()