Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h341 HInstruction* latest_result_; variable
Dinstruction_builder.cc74 latest_result_(nullptr), in HInstructionBuilder()
1324 latest_result_ = invoke; in HandleInvoke()
1727 latest_result_ = object; in BuildFilledNewArray()
2767 DCHECK(latest_result_ != nullptr); in ProcessDexInstruction()
2768 UpdateLocal(instruction.VRegA(), latest_result_); in ProcessDexInstruction()
2769 latest_result_ = nullptr; in ProcessDexInstruction()