Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgvn_test.cc62 HInstruction* to_remove = block->GetLastInstruction(); in TEST_F() local
H A Dexecution_subgraph.cc49 void ExecutionSubgraph::RemoveBlock(const HBasicBlock* to_remove) { in RemoveBlock()
H A 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()
/aosp12/art/openjdkjvmti/
H A Dti_breakpoint.cc130 std::vector<Breakpoint> to_remove; in RemoveBreakpointsInClass() local
H A Devents.cc202 ArtJvmtiEvent to_remove = caps_added ? ArtJvmtiEvent::kClassFileLoadHookNonRetransformable in HandleChangedCapabilities() local