Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc394 const uint8_t* raw_table = oat_method.GetVmapTable(); in DumpVmap() local
395 if (raw_table != NULL) { in DumpVmap()
396 const VmapTable vmap_table(raw_table); in DumpVmap()
422 const uint8_t* raw_table = oat_method.GetVmapTable(); in DescribeVReg() local
423 if (raw_table != NULL) { in DescribeVReg()
424 const VmapTable vmap_table(raw_table); in DescribeVReg()