Searched refs:IsQuickToInterpreterBridge (Results 1 – 9 of 9) sorted by relevance
224 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()
1678 if (cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()1693 !cl->IsQuickToInterpreterBridge( in GetCodeAndMethodForDirectCall()
41 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(result)); in artInstrumentationMethodEntryFromCode()
700 class_linker->IsQuickToInterpreterBridge(quick_code)) { in UpdateMethodsCodeImpl()896 !class_linker->IsQuickToInterpreterBridge(code)) && in GetQuickCodeFor()898 !class_linker->IsQuickToInterpreterBridge(code)) { in GetQuickCodeFor()
398 !class_linker->IsQuickToInterpreterBridge(existing_entry_point)) { in GetOatQuickMethodHeader()
633 if (class_linker->IsQuickToInterpreterBridge(code) || in AssertPcIsWithinQuickCode()
514 bool IsQuickToInterpreterBridge(const void* entry_point) const;
1430 !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
1149 DCHECK(!Runtime::Current()->GetClassLinker()->IsQuickToInterpreterBridge(oat_code_offset)); in GetTargetOffset()