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

  /art/compiler/driver/
compiler_driver_test.cc 223 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
284 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
  /art/compiler/
image_test.cc 594 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
604 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size));
615 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
624 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
oat_writer.cc     [all...]
image_writer.cc     [all...]
  /art/runtime/
art_method.h 392 return GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize);
394 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) {
art_method-inl.h 495 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
instrumentation.cc     [all...]
class_linker.cc     [all...]
  /art/imgdiag/
imgdiag.cc 739 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size))
    [all...]
  /art/patchoat/
patchoat.cc 675 object->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)), pointer_size);
  /art/compiler/optimizing/
optimizing_compiler.cc 327 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize(
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 782 milliseconds