Searched refs:to_add (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Devents.cc121 ArtJvmtiEvent to_add = caps_added ? ArtJvmtiEvent::kClassFileLoadHookRetransformable local
124 CHECK(!global_event_mask.Test(to_add));
126 global_event_mask.Set(to_add, true);
130 CHECK(!unioned_thread_event_mask.Test(to_add));
132 unioned_thread_event_mask.Set(to_add, true);
136 CHECK(!thread_mask.second.Test(to_add));
138 thread_mask.second.Set(to_add, true);
/art/compiler/optimizing/
H A Dnodes_test.cc114 HInstruction* to_add = new (&allocator) HNullCheck(parameter, 0); local
115 entry->AddInstruction(to_add);
/art/runtime/
H A Dclass_linker.cc6691 std::vector<mirror::Class*> to_add; local
6695 to_add.push_back(interface.Ptr());
6698 new_ifcount = FillIfTable(iftable.Get(), super_ifcount, std::move(to_add));

Completed in 34 milliseconds