Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache_test.cc55 method->SetEntryPointFromQuickCompiledCode(reserved_code); in TEST_F()
60 method->SetEntryPointFromQuickCompiledCode(nullptr); in TEST_F()
/art/runtime/
Dexception_test.cc101 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
105 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
Dart_method-inl.h198 SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>(code_offset)); in SetQuickOatCodeOffset()
Dart_method.h300 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) { in SetEntryPointFromQuickCompiledCode() function
Druntime.cc1450 method->SetEntryPointFromQuickCompiledCode(GetQuickImtConflictStub()); in CreateImtConflictMethod()
1468 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in CreateResolutionMethod()
Doat_file.cc752 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc2216 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2224 method->SetEntryPointFromQuickCompiledCode(GetQuickResolutionStub()); in LinkCode()
2228 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in LinkCode()
2230 method->SetEntryPointFromQuickCompiledCode(GetQuickGenericJniStub()); in LinkCode()
3493 out->SetEntryPointFromQuickCompiledCode(GetQuickProxyInvokeHandler()); in CreateProxyMethod()
5630 method->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in SetEntryPointsToInterpreter()
Dinstrumentation.cc101 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
/art/compiler/jit/
Djit_compiler.cc161 method->SetEntryPointFromQuickCompiledCode(code); in CompileMethod()
/art/runtime/arch/
Dstub_test.cc2251 contains_amethod->SetEntryPointFromQuickCompiledCode(reinterpret_cast<void*>( in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc73 method->SetEntryPointFromQuickCompiledCode(class_linker_->GetRuntimeQuickGenericJniStub()); in CompileForTest()