Searched refs:GetMappingTable (Results 1 – 10 of 10) sorted by relevance
314 if (UNLIKELY(&lhs->GetMappingTable() != &rhs->GetMappingTable())) { in operator()315 return &lhs->GetMappingTable() < &rhs->GetMappingTable(); in operator()
170 const SwapVector<uint8_t>& GetMappingTable() const { in GetMappingTable() function
173 const SwapVector<uint8_t>& mapping_table = compiled_method->GetMappingTable(); in MakeExecutable()
164 return &compiled_method->GetMappingTable(); in GetData()
107 const uint8_t* mapping_table = GetMappingTable(); in GetMappingTableOffset()132 inline const uint8_t* OatFile::OatMethod::GetMappingTable() const { in GetMappingTable() function
138 const uint8_t* GetMappingTable() const;
250 inline const uint8_t* ArtMethod::GetMappingTable(size_t pointer_size) { in GetMappingTable() function255 return GetMappingTable(code_pointer, pointer_size); in GetMappingTable()258 inline const uint8_t* ArtMethod::GetMappingTable(const void* code_pointer, size_t pointer_size) { in GetMappingTable() function
155 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToDexPc()188 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr); in ToNativePc()
371 const uint8_t* GetMappingTable(size_t pointer_size)373 const uint8_t* GetMappingTable(const void* code_pointer, size_t pointer_size)
538 *indent2_os << StringPrintf("%p ", oat_method.GetMappingTable()); in DumpOatMethod()777 MappingTable table(oat_method.GetMappingTable()); in DumpMappingTable()802 MappingTable table(oat_method.GetMappingTable()); in DumpMappingAtOffset()1318 DCHECK(method->GetMappingTable(image_pointer_size) == nullptr) << PrettyMethod(method); in Callback()1334 DCHECK(method->GetMappingTable(image_pointer_size) == nullptr) << PrettyMethod(method); in Callback()1348 state->ComputeOatSize(method->GetMappingTable(image_pointer_size), &first_occurrence); in Callback()