Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h81 ScopedArenaVector<HInstruction*>* GetLocalsFor(HBasicBlock* block);
Dinstruction_builder.cc84 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor() function in art::HInstructionBuilder
123 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt()
128 current_locals_ = GetLocalsFor(current_block_); in InitializeBlockLocals()
218 ScopedArenaVector<HInstruction*>* handler_locals = GetLocalsFor(catch_block); in PropagateLocalsToCatchBlocks()