Home
last modified time | relevance | path

Searched refs:GetEntryPointFromPortableCompiledCode (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Dart_method.cc293 bool have_portable_code = GetEntryPointFromPortableCompiledCode() != nullptr; in Invoke()
303 : GetEntryPointFromPortableCompiledCode()); in Invoke()
336 : GetEntryPointFromPortableCompiledCode()); in Invoke()
Dart_method-inl.h213 return PointerToLowMemUInt32(GetEntryPointFromPortableCompiledCode()); in GetPortableOatCodeOffset()
Dart_method.h272 const void* GetEntryPointFromPortableCompiledCode() in GetEntryPointFromPortableCompiledCode() function
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc41 const void* code = method->GetEntryPointFromPortableCompiledCode(); in FindMethodHelper()
Dportable_trampoline_entrypoints.cc405 code = called->GetEntryPointFromPortableCompiledCode(); in artPortableResolutionTrampoline()
427 code = called->GetEntryPointFromPortableCompiledCode(); in artPortableResolutionTrampoline()
/art/compiler/
Dcompiler.cc134 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromPortableCompiledCode()); in GetEntryPointOf()
Dcommon_compiler_test.cc233 if (method->GetEntryPointFromPortableCompiledCode() == nullptr) { in MakeExecutable()
Dimage_writer.cc1137 orig->GetEntryPointFromPortableCompiledCode(), target_ptr_size_); in FixupMethod()
/art/compiler/driver/
Dcompiler_driver_test.cc133 EXPECT_TRUE(method->GetEntryPointFromPortableCompiledCode() != NULL) << "method_idx=" << i in TEST_F()
/art/runtime/
Dclass_linker.cc2637 DCHECK(method->GetEntryPointFromPortableCompiledCode() == nullptr); in LinkCode()
2650 method->GetEntryPointFromPortableCompiledCode()); in LinkCode()
2691 } else if (method->GetEntryPointFromPortableCompiledCode() != nullptr) { in LinkCode()
2720 method->GetEntryPointFromPortableCompiledCode(), in LinkCode()
/art/compiler/jni/
Djni_compiler_test.cc84 ASSERT_TRUE(method->GetEntryPointFromPortableCompiledCode() != nullptr) in CompileForTest()