Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 11 of 11) sorted by relevance
291 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()301 have_quick_code ? GetEntryPointFromQuickCompiledCode() in Invoke()334 have_quick_code ? GetEntryPointFromQuickCompiledCode() in Invoke()
147 const void* code = EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()); in GetCodeSize()188 const void* code = GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()206 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode()); in GetQuickOatCodeOffset()
304 const void* GetEntryPointFromQuickCompiledCode() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetEntryPointFromQuickCompiledCode() function334 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromQuickCompiledCode()); in IsWithinQuickCode()
236 CHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in MakeExecutable()241 CHECK(method->GetEntryPointFromQuickCompiledCode() != nullptr); in MakeExecutable()
1143 orig->GetEntryPointFromQuickCompiledCode(), target_ptr_size_); in FixupMethod()
128 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != NULL) << "method_idx=" << i in TEST_F()
845 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()853 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()1804 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()1943 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
78 if (method->GetEntryPointFromQuickCompiledCode() == nullptr || in CompileForTest()79 … method->GetEntryPointFromQuickCompiledCode() == class_linker_->GetQuickGenericJniTrampoline()) { in CompileForTest()81 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
2635 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()2648 method->GetEntryPointFromQuickCompiledCode(), in LinkCode()2692 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()2697 DCHECK(method->GetEntryPointFromQuickCompiledCode() != nullptr); in LinkCode()2710 DCHECK(method->GetEntryPointFromQuickCompiledCode() == GetQuickResolutionTrampoline() in LinkCode()2711 || method->GetEntryPointFromQuickCompiledCode() == GetQuickGenericJniTrampoline()); in LinkCode()2718 method->GetEntryPointFromQuickCompiledCode(), in LinkCode()
1103 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
1689 if (contains_amethod.Get()->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()