Searched defs:raw_table (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc674 const uint8_t* raw_table = oat_method.GetVmapTable(); local
675 if (raw_table != nullptr) {
676 const VmapTable vmap_table(raw_table);
702 const uint8_t* raw_table = oat_method.GetVmapTable(); local
703 if (raw_table != nullptr) {
704 const VmapTable vmap_table(raw_table);

Completed in 46 milliseconds