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 = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
42 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
58 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
66 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
74 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
82 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap()
133 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable()
145 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
Dthread.cc2123 const void* code_pointer = mirror::ArtMethod::EntryPointToCodePointer(entry_point); in VisitQuickFrame()
/art/runtime/mirror/
Dart_method-inl.h147 const void* code = EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()); in GetCodeSize()
247 return EntryPointToCodePointer(GetQuickOatEntryPoint(pointer_size)); in GetQuickOatCodePointer()
402 const void* code_pointer = EntryPointToCodePointer(entry_point); in GetQuickFrameInfo()
Dart_method.cc155 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToDexPc()
188 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToNativePc()
Dart_method.h357 ALWAYS_INLINE static const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function