Home | History | Annotate | Download | only in oatdump

Lines Matching refs:raw_table

394     const uint8_t* raw_table = oat_method.GetVmapTable();
395 if (raw_table != NULL) {
396 const VmapTable vmap_table(raw_table);
422 const uint8_t* raw_table = oat_method.GetVmapTable();
423 if (raw_table != NULL) {
424 const VmapTable vmap_table(raw_table);