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 25 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
42 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
58 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
66 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
74 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
82 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
133 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
145 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
art_method.cc 191 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr);
225 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr);
333 EntryPointToCodePointer(reinterpret_cast<const void*>(code)));
490 return GetQuickFrameInfo(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()));
517 const void* code_pointer = EntryPointToCodePointer(entry_point);
art_method.h 330 ALWAYS_INLINE static const void* EntryPointToCodePointer(const void* entry_point) {
344 return EntryPointToCodePointer(GetQuickOatEntryPoint(pointer_size));
635 EntryPointToCodePointer(reinterpret_cast<const void*>(code)));
art_method-inl.h 157 return GetCodeSize(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()));
thread.cc     [all...]

Completed in 541 milliseconds