HomeSort by relevance Sort by last modified time
    Searched defs:location_catalog (Results 1 - 2 of 2) 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...]
  /art/runtime/
stack_map.h 1270 ByteSizedTable location_catalog; member in struct:art::DexRegisterLocation::CodeInfoEncoding
    [all...]

Completed in 46 milliseconds