HomeSort by relevance Sort by last modified time
    Searched refs:dex_register_location_catalog (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack_map.cc 61 DexRegisterLocationCatalog dex_register_location_catalog = local
67 return dex_register_location_catalog.GetLocationInternalKind(location_catalog_entry_index);
74 DexRegisterLocationCatalog dex_register_location_catalog = local
80 return dex_register_location_catalog.GetDexRegisterLocation(location_catalog_entry_index);
  /art/compiler/optimizing/
stack_map_stream.cc 336 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region);
337 // Offset in `dex_register_location_catalog` where to store the next
341 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location);

Completed in 68 milliseconds