Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 21 of 21) sorted by relevance
47 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
341 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()346 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()356 CHECK(oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode()) in Invoke()373 GetEntryPointFromQuickCompiledCode()); in Invoke()583 const void* existing_entry_point = GetEntryPointFromQuickCompiledCode(); in GetOatQuickMethodHeader()763 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
294 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()394 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
594 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()781 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()904 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
512 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()604 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()1211 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()
424 const void* GetEntryPointFromQuickCompiledCode() { in GetEntryPointFromQuickCompiledCode() function
443 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
1509 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()1520 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()3486 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()3495 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()3523 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()
2746 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
492 if (ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in WillExecuteJitCode()494 } else if (method->GetEntryPointFromQuickCompiledCode() == GetQuickInstrumentationEntryPoint()) { in WillExecuteJitCode()1131 if (!class_linker->IsQuickResolutionStub(m->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()1155 method->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()1322 if (IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())) { in ClearEntryPointsInZygoteExecSpace()1585 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()1609 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()1688 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()1721 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()1734 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()[all …]
346 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()431 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()795 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in CompileMethodsFromProfile()897 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()956 (method->GetEntryPointFromQuickCompiledCode() != GetQuickInstrumentationEntryPoint())) { in MethodEntered()
39 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
120 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
1478 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()1498 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()2555 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()2708 reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCode()), in artInvokeInterfaceTrampoline()2737 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
148 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
71 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke()1559 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
1120 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
256 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()259 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
1871 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
3451 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()