Home
last modified time | relevance | path

Searched refs:GetVmapTable (Results 1 – 11 of 11) sorted by relevance

/art/compiler/
Doat_writer.h317 if (UNLIKELY(&lhs->GetVmapTable() != &rhs->GetVmapTable())) { in operator()
318 return &lhs->GetVmapTable() < &rhs->GetVmapTable(); in operator()
Dcompiled_method.h175 const SwapVector<uint8_t>& GetVmapTable() const { in GetVmapTable() function
Dcommon_compiler_test.cc170 const SwapVector<uint8_t>& vmap_table = compiled_method->GetVmapTable(); in MakeExecutable()
Doat_writer.cc186 return &compiled_method->GetVmapTable(); in GetData()
/art/runtime/
Doat_file-inl.h120 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset()
144 inline const uint8_t* OatFile::OatMethod::GetVmapTable() const { in GetVmapTable() function
Dstack.cc161 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()
Doat_file.h142 const uint8_t* GetVmapTable() const;
Dthread.cc2124 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame()
/art/runtime/mirror/
Dart_method-inl.h269 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
Dart_method.h377 const uint8_t* GetVmapTable(size_t pointer_size)
379 const uint8_t* GetVmapTable(const void* code_pointer, size_t pointer_size)
/art/oatdump/
Doatdump.cc557 *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()