Searched defs:register_index (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack_map.h92 LocationKind GetLocationKind(uint16_t register_index) const {
94 kFixedSize + register_index * SingleEntrySize());
97 void SetRegisterInfo(uint16_t register_index, LocationKind kind, int32_t value) { argument
98 size_t entry = kFixedSize + register_index * SingleEntrySize();
103 int32_t GetValue(uint16_t register_index) const {
105 kFixedSize + sizeof(LocationKind) + register_index * SingleEntrySize());
/art/compiler/optimizing/
H A Dbuilder.cc327 uint32_t register_index) {
344 HInstruction* arg = LoadLocal(is_range ? register_index : args[0], Primitive::kPrimNot);
365 HInstruction* arg = LoadLocal(is_range ? register_index + i : args[i], type);
470 int32_t register_index = instruction.VRegA(); local
472 UpdateLocal(register_index, constant);
477 int32_t register_index = instruction.VRegA(); local
479 UpdateLocal(register_index, constant);
484 int32_t register_index = instruction.VRegA(); local
486 UpdateLocal(register_index, constant);
491 int32_t register_index local
321 BuildInvoke(const Instruction& instruction, uint32_t dex_offset, uint32_t method_idx, uint32_t number_of_vreg_arguments, bool is_range, uint32_t* args, uint32_t register_index) argument
498 int32_t register_index = instruction.VRegA(); local
509 int32_t register_index = instruction.VRegA(); local
520 int32_t register_index = instruction.VRegA(); local
527 int32_t register_index = instruction.VRegA(); local
620 uint32_t register_index = instruction.VRegC(); local
799 UpdateLocal(int register_index, HInstruction* instruction) const argument
804 LoadLocal(int register_index, Primitive::Type type) const argument
[all...]

Completed in 401 milliseconds