Home
last modified time | relevance | path

Searched refs:GetDexRegisterCatalogEntry (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dstack_map_test.cc94 DexRegisterLocation location0 = code_info.GetDexRegisterCatalogEntry(0); in TEST()
95 DexRegisterLocation location1 = code_info.GetDexRegisterCatalogEntry(1); in TEST()
182 DexRegisterLocation location0 = code_info.GetDexRegisterCatalogEntry(0); in TEST()
183 DexRegisterLocation location1 = code_info.GetDexRegisterCatalogEntry(1); in TEST()
221 DexRegisterLocation location0 = code_info.GetDexRegisterCatalogEntry(2); in TEST()
222 DexRegisterLocation location1 = code_info.GetDexRegisterCatalogEntry(3); in TEST()
254 DexRegisterLocation location0 = code_info.GetDexRegisterCatalogEntry(4); in TEST()
255 DexRegisterLocation location1 = code_info.GetDexRegisterCatalogEntry(5); in TEST()
287 DexRegisterLocation location0 = code_info.GetDexRegisterCatalogEntry(3); in TEST()
288 DexRegisterLocation location1 = code_info.GetDexRegisterCatalogEntry(6); in TEST()
[all …]
/art/runtime/
Dstack_map.cc205 regs[reg + bit] = GetDexRegisterCatalogEntry(dex_register_maps_.Get(map_index)); in DecodeDexRegisterMap()
Dstack_map.h329 ALWAYS_INLINE DexRegisterLocation GetDexRegisterCatalogEntry(size_t index) const { in GetDexRegisterCatalogEntry() function