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

  /art/compiler/optimizing/
stack_map_test.cc 71 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding); local
76 ASSERT_EQ(expected_location_catalog_size, location_catalog.Size());
117 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
118 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
184 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding); local
189 ASSERT_EQ(expected_location_catalog_size, location_catalog.Size());
232 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
233 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
292 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
293 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1)
444 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding); local
530 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding); local
732 DexRegisterLocationCatalog location_catalog = code_info.GetDexRegisterLocationCatalog(encoding); local
    [all...]
stack_map_stream.cc 152 encoding.location_catalog.num_entries = location_catalog_entries_.size();
153 encoding.location_catalog.num_bytes = ComputeDexRegisterLocationCatalogSize();
334 encoding.location_catalog.byte_offset,
335 encoding.location_catalog.num_bytes);
344 // Ensure we reached the end of the Dex registers location_catalog.
  /art/runtime/
stack_map.h 1265 ByteSizedTable location_catalog; member in struct:art::DexRegisterLocation::CodeInfoEncoding
    [all...]

Completed in 831 milliseconds