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

  /art/runtime/
art_method.h 176 && GetEntryPointFromQuickCompiledCodePtrSize(pointer_size) != nullptr
293 return GetEntryPointFromQuickCompiledCodePtrSize(sizeof(void*));
295 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(size_t pointer_size) {
instrumentation.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 224 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size);
  /art/imgdiag/
imgdiag.cc 557 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size))
640 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size))
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 201 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize(
  /art/compiler/dex/quick/
quick_compiler.cc 796 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize(
  /art/oatdump/
oatdump.cc     [all...]
  /art/patchoat/
patchoat.cc 651 object->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)), pointer_size);
    [all...]
  /art/compiler/
image_writer.cc     [all...]
oat_writer.cc 811 const void* oat_code_offset = target->GetEntryPointFromQuickCompiledCodePtrSize(size);
    [all...]

Completed in 381 milliseconds