Searched refs:GetEntryPointFromCompiledCode (Results 1 – 13 of 13) sorted by relevance
84 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromCompiledCode()); in GetCodeSize()125 const void* code = GetEntryPointFromCompiledCode(); in AssertPcIsWithinCode()142 return reinterpret_cast<uint32_t>(GetEntryPointFromCompiledCode()); in GetOatCodeOffset()
266 if (GetEntryPointFromCompiledCode() != NULL) { in Invoke()268 …StringPrintf("Invoking '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCompiledCode()); in Invoke()286 …StringPrintf("Returned '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCompiledCode()); in Invoke()290 << "' code=" << reinterpret_cast<const void*>(GetEntryPointFromCompiledCode()); in Invoke()
213 const void* GetEntryPointFromCompiledCode() const { in GetEntryPointFromCompiledCode() function225 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromCompiledCode()); in IsWithinCode()
128 const void* code = method->GetEntryPointFromCompiledCode(); in artInvokeInterfaceTrampoline()162 const void* code = method->GetEntryPointFromCompiledCode(); in artInvokeCommon()
544 code = called->GetEntryPointFromCompiledCode(); in artQuickResolutionTrampoline()552 code = called->GetEntryPointFromCompiledCode(); in artQuickResolutionTrampoline()
45 const void* code = method->GetEntryPointFromCompiledCode(); in FindMethodHelper()
396 code = called->GetEntryPointFromCompiledCode(); in artPortableResolutionTrampoline()410 code = called->GetEntryPointFromCompiledCode(); in artPortableResolutionTrampoline()
122 EXPECT_TRUE(method->GetEntryPointFromCompiledCode() != NULL) << "method_idx=" << i in TEST_F()
1109 direct_code = reinterpret_cast<uintptr_t>(method->GetEntryPointFromCompiledCode()); in GetCodeAndMethodForDirectCall()
61 if (method->GetEntryPointFromCompiledCode() != NULL) { in CompileForTest()65 … ASSERT_TRUE(method->GetEntryPointFromCompiledCode() != NULL) << method_name << " " << method_sig; in CompileForTest()
394 const void* code = method->GetEntryPointFromCompiledCode(); in GetQuickCodeFor()
1678 DCHECK(method->GetEntryPointFromCompiledCode() == NULL); in LinkCode()1686 bool enter_interpreter = NeedsInterpreter(method.get(), method->GetEntryPointFromCompiledCode()); in LinkCode()1715 method->GetEntryPointFromCompiledCode()); in LinkCode()
882 const void* code = m->GetEntryPointFromCompiledCode(); in GetOatCodeBegin()993 if (oat_code != method->GetEntryPointFromCompiledCode()) { in Callback()