Searched refs:EntryPointToCodePointer (Results 1 – 6 of 6) sorted by relevance
29 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()46 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()54 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()62 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()75 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()87 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
125 reinterpret_cast<uintptr_t>(EntryPointToCodePointer(nterp_entrypoint)); in GetNterpMethodHeader()
62 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
98 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
303 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()
430 const void* code_ptr = EntryPointToCodePointer(caller->GetEntryPointFromQuickCompiledCode()); in AssertCallerObjectLocked()