Searched refs:GetVmapTable (Results 1 – 11 of 11) sorted by relevance
/art/compiler/ |
D | oat_writer.h | 317 if (UNLIKELY(&lhs->GetVmapTable() != &rhs->GetVmapTable())) { in operator() 318 return &lhs->GetVmapTable() < &rhs->GetVmapTable(); in operator()
|
D | compiled_method.h | 175 const SwapVector<uint8_t>& GetVmapTable() const { in GetVmapTable() function
|
D | common_compiler_test.cc | 170 const SwapVector<uint8_t>& vmap_table = compiled_method->GetVmapTable(); in MakeExecutable()
|
D | oat_writer.cc | 186 return &compiled_method->GetVmapTable(); in GetData()
|
/art/runtime/ |
D | oat_file-inl.h | 120 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset() 144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
|
D | stack.cc | 161 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVReg() 215 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegPair() 262 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVReg() 326 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegPair()
|
D | oat_file.h | 142 const uint8_t* GetVmapTable() const;
|
D | thread.cc | 2124 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 269 inline const uint8_t* ArtMethod::GetVmapTable(size_t pointer_size) { in GetVmapTable() function 274 return GetVmapTable(code_pointer, pointer_size); in GetVmapTable() 277 inline const uint8_t* ArtMethod::GetVmapTable(const void* code_pointer, size_t pointer_size) { in GetVmapTable() function
|
D | art_method.h | 377 const uint8_t* GetVmapTable(size_t pointer_size) 379 const uint8_t* GetVmapTable(const void* code_pointer, size_t pointer_size)
|
/art/oatdump/ |
D | oatdump.cc | 557 *indent2_os << StringPrintf("%p ", oat_method.GetVmapTable()); in DumpOatMethod() 674 const uint8_t* raw_table = oat_method.GetVmapTable(); in DumpVmap() 702 const uint8_t* raw_table = oat_method.GetVmapTable(); in DescribeVReg() 1354 state->ComputeOatSize(method->GetVmapTable(image_pointer_size), &first_occurrence); in Callback()
|