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 345 DexRegisterLocationCatalog dex_register_location_catalog(dex_register_location_catalog_region);
346 // Offset in `dex_register_location_catalog` where to store the next
350 dex_register_location_catalog.SetRegisterInfo(location_catalog_offset, dex_register_location);
    [all...]

Completed in 68 milliseconds