HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 - 12 of 12) sorted by null

  /art/runtime/jit/
jit_code_cache.cc 62 return ContainsCodePtr(method->GetEntryPointFromQuickCompiledCode());
97 const void* code = method->GetEntryPointFromQuickCompiledCode();
110 DCHECK_EQ(method->GetEntryPointFromQuickCompiledCode(), old_code_ptr);
  /art/runtime/
art_method.cc 305 const void* code = GetEntryPointFromQuickCompiledCode();
339 return oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode();
401 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr;
406 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0));
439 GetEntryPointFromQuickCompiledCode());
490 return GetQuickFrameInfo(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()));
art_method-inl.h 157 return GetCodeSize(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()));
193 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode());
art_method.h 292 const void* GetEntryPointFromQuickCompiledCode() {
317 reinterpret_cast<uintptr_t>(GetEntryPointFromQuickCompiledCode()), pc);
instrumentation.cc 94 const void* old_code_ptr = method->GetEntryPointFromQuickCompiledCode();
    [all...]
stack.cc 785 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode()
    [all...]
utils.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 131 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 75 const void* code = method->GetEntryPointFromQuickCompiledCode();
78 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr)
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 657 milliseconds