Home
last modified time | relevance | path

Searched refs:SetEntryPointFromQuickCompiledCode (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dexception_test.cc97 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
102 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Druntime.cc1215 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateImtConflictMethod()
1220 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickImtConflictTrampoline()); in CreateImtConflictMethod()
1239 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateResolutionMethod()
1244 method->SetEntryPointFromQuickCompiledCode(class_linker->GetQuickResolutionTrampoline()); in CreateResolutionMethod()
1261 method->SetEntryPointFromQuickCompiledCode(nullptr); in CreateCalleeSaveMethod()
Doat_file.cc598 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc1573 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in InitFromImageInterpretOnlyCallback()
2625 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2637 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionTrampoline()); in LinkCode()
2644 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2649 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniTrampoline()); in LinkCode()
2658 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in LinkCode()
3967 method->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
Dinstrumentation.cc91 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
/art/compiler/
Dimage_writer.cc745 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_resolution_trampoline_of… in FixupMethod()
750 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_imt_conflict_trampoline_… in FixupMethod()
759 …copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(GetOatAddress(quick_to_interpreter_bridge_of… in FixupMethod()
765 copy->SetEntryPointFromQuickCompiledCode<kVerifyNone>(quick_code); in FixupMethod()
Dcommon_compiler_test.cc242 method->SetEntryPointFromQuickCompiledCode(GetQuickToPortableBridge()); in MakeExecutable()
/art/runtime/mirror/
Dart_method.h289 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) in SetEntryPointFromQuickCompiledCode() function
Dart_method-inl.h220 SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(code_offset)); in SetQuickOatCodeOffset()
/art/patchoat/
Dpatchoat.cc424 copy->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(quick + delta_)); in FixupMethod()
/art/runtime/arch/
Dstub_test.cc1690 contains_amethod.Get()->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc76 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetQuickGenericJniTrampoline()); in CompileForTest()