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

  /art/runtime/
oat_file-inl.h 28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
53 const void* code = EntryPointToCodePointer(GetQuickCode());
61 const void* code = EntryPointToCodePointer(GetQuickCode());
69 const void* code = EntryPointToCodePointer(GetQuickCode());
90 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
102 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_));
oat_quick_method_header.h 50 return FromCodePointer(EntryPointToCodePointer(entry_point));
native_stack_dump.cc 309 uintptr_t code = reinterpret_cast<uintptr_t>(EntryPointToCodePointer(entry_point));
  /art/libartbase/base/
utils.h 85 static inline const void* EntryPointToCodePointer(const void* entry_point) {
  /art/oatdump/
oatdump.cc 306 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point));
    [all...]

Completed in 257 milliseconds