Home
last modified time | relevance | path

Searched defs:to_remove (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dgvn_test.cc62 HInstruction* to_remove = block->GetLastInstruction(); in TEST_F() local
Dexecution_subgraph.cc49 void ExecutionSubgraph::RemoveBlock(const HBasicBlock* to_remove) { in RemoveBlock()
Dload_store_elimination.cc3019 ScopedArenaVector<HInstruction*> to_remove(saa.Adapter(kArenaAllocLSE)); in FixupUses() local
3150 void RemoveAndReplaceInputs(const ScopedArenaVector<HInstruction*>& to_remove) { in RemoveAndReplaceInputs()
3301 ScopedArenaVector<HInstruction*>& to_remove, in CollectReplacements()
/art/openjdkjvmti/
Dti_breakpoint.cc130 std::vector<Breakpoint> to_remove; in RemoveBreakpointsInClass() local
Devents.cc202 ArtJvmtiEvent to_remove = caps_added ? ArtJvmtiEvent::kClassFileLoadHookNonRetransformable in HandleChangedCapabilities() local