Home
last modified time | relevance | path

Searched refs:GetLocalsFor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h83 ScopedArenaVector<HInstruction*>* GetLocalsFor(HBasicBlock* block);
Dinstruction_builder.cc85 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor() function in art::HInstructionBuilder
124 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt()
129 current_locals_ = GetLocalsFor(current_block_); in InitializeBlockLocals()
219 ScopedArenaVector<HInstruction*>* handler_locals = GetLocalsFor(catch_block); in PropagateLocalsToCatchBlocks()