Home
last modified time | relevance | path

Searched defs:vmap_table (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Dcompiled_method.cc150 const ArrayRef<const uint8_t>& vmap_table, in CompiledMethod()
205 const ArrayRef<const uint8_t>& vmap_table, in SwapAllocCompiledMethod()
Dcommon_compiler_test.cc170 const SwapVector<uint8_t>& vmap_table = compiled_method->GetVmapTable(); in MakeExecutable() local
/art/runtime/
Dstack.cc161 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVReg() local
215 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in GetVRegPair() local
262 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVReg() local
326 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in SetVRegPair() local
Doat_file-inl.h120 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset() local
Dthread.cc2124 const VmapTable vmap_table(m->GetVmapTable(code_pointer, sizeof(void*))); in VisitQuickFrame() local
/art/compiler/optimizing/
Doptimizing_compiler.cc165 std::vector<uint8_t> vmap_table; in TryCompile() local
/art/oatdump/
Doatdump.cc676 const VmapTable vmap_table(raw_table); in DumpVmap() local
704 const VmapTable vmap_table(raw_table); in DescribeVReg() local