Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc514 HInstruction* HInstructionBuilder::LoadLocal(uint32_t reg_number, DataType::Type type) const { in LoadLocal()
531 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal()
2494 uint32_t reg_number = instruction.VRegB(); in ProcessDexInstruction() local