Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc535 DexRegisterLocation seen = dex_register_map.GetDexRegisterLocation( in CheckDexRegisterMap() local
537 DCHECK_EQ(expected.GetKind(), seen.GetKind()); in CheckDexRegisterMap()
538 DCHECK_EQ(expected.GetValue(), seen.GetValue()); in CheckDexRegisterMap()
Dregister_allocator_graph_color.cc1899 ArenaSet<LiveInterval*> seen(allocator_->Adapter(kArenaAllocRegisterAllocator)); in AllocateSpillSlots() local
1908 if (seen.find(parent) != seen.end()) { in AllocateSpillSlots()
1913 seen.insert(parent); in AllocateSpillSlots()
/art/runtime/interpreter/mterp/
DREADME.txt85 opcodes are emitted when this is seen, followed by any code that
/art/oatdump/
Doatdump.cc614 std::unordered_set<const void*> seen; member
618 if (seen.insert(address).second == true) { in AddBitsIfUnique()