Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h333 HInstruction* latest_result_; variable
Dinstruction_builder.cc73 latest_result_(nullptr), in HInstructionBuilder()
470 AppendInstruction(new (allocator_) HReturn(latest_result_)); in BuildIntrinsic()
1571 latest_result_ = invoke; in HandleInvoke()
1754 latest_result_ = instruction; in BuildSimpleIntrinsic()
2136 latest_result_ = new_array; in BuildFilledNewArray()
3196 DCHECK(latest_result_ != nullptr); in ProcessDexInstruction()
3197 UpdateLocal(instruction.VRegA(), latest_result_); in ProcessDexInstruction()
3198 latest_result_ = nullptr; in ProcessDexInstruction()