Home
last modified time | relevance | path

Searched refs:IsQuickToInterpreterBridge (Results 1 – 9 of 9) sorted by relevance

/art/compiler/driver/
Dcompiler_driver_test.cc224 EXPECT_FALSE(class_linker->IsQuickToInterpreterBridge(code)); in TEST_F()
226 EXPECT_TRUE(class_linker->IsQuickToInterpreterBridge(code)); in TEST_F()
281 EXPECT_FALSE(class_linker->IsQuickToInterpreterBridge(code)); in CheckCompiledMethods()
283 EXPECT_TRUE(class_linker->IsQuickToInterpreterBridge(code)); in CheckCompiledMethods()
Dcompiler_driver.cc1678 if (cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()
1693 !cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()
/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc41 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(result)); in artInstrumentationMethodEntryFromCode()
/art/runtime/
Dinstrumentation.cc700 class_linker->IsQuickToInterpreterBridge(quick_code)) { in UpdateMethodsCodeImpl()
896 !class_linker->IsQuickToInterpreterBridge(code)) && in GetQuickCodeFor()
898 !class_linker->IsQuickToInterpreterBridge(code)) { in GetQuickCodeFor()
Dart_method.cc398 !class_linker->IsQuickToInterpreterBridge(existing_entry_point)) { in GetOatQuickMethodHeader()
Dstack.cc633 if (class_linker->IsQuickToInterpreterBridge(code) || in AssertPcIsWithinQuickCode()
Dclass_linker.h514 bool IsQuickToInterpreterBridge(const void* entry_point) const;
Dclass_linker.cc1430 !IsQuickToInterpreterBridge(code) && in UpdateAppImageClassLoadersAndDexCaches()
1440 !IsQuickToInterpreterBridge(code) && in UpdateAppImageClassLoadersAndDexCaches()
2790 if (runtime->GetClassLinker()->IsQuickToInterpreterBridge(quick_code)) { in ShouldUseInterpreterEntrypoint()
7956 bool ClassLinker::IsQuickToInterpreterBridge(const void* entry_point) const { in IsQuickToInterpreterBridge() function in art::ClassLinker
/art/compiler/
Doat_writer.cc1149 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(oat_code_offset)); in GetTargetOffset()