Home
last modified time | relevance | path

Searched refs:EntryPointToCodePointer (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file-inl.h25 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
42 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
58 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
66 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
74 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
82 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap()
133 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable()
145 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
Dart_method.cc191 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToDexPc()
225 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToNativeQuickPc()
333 EntryPointToCodePointer(reinterpret_cast<const void*>(code))); in AssertPcIsWithinQuickCode()
490 return GetQuickFrameInfo(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode())); in GetQuickFrameInfo()
517 const void* code_pointer = EntryPointToCodePointer(entry_point); in GetQuickFrameInfo()
Dart_method.h330 ALWAYS_INLINE static const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
344 return EntryPointToCodePointer(GetQuickOatEntryPoint(pointer_size)); in GetQuickOatCodePointer()
635 EntryPointToCodePointer(reinterpret_cast<const void*>(code))); in PcIsWithinQuickCode()
Dart_method-inl.h157 return GetCodeSize(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode())); in GetCodeSize()
Dthread.cc2371 const void* code_pointer = ArtMethod::EntryPointToCodePointer(entry_point); in VisitQuickFrame()