Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h328 HInstruction* latest_result_; variable
Dinstruction_builder.cc74 latest_result_(nullptr), in HInstructionBuilder()
1491 latest_result_ = invoke; in HandleInvoke()
1863 latest_result_ = new_array; in BuildFilledNewArray()
2923 DCHECK(latest_result_ != nullptr); in ProcessDexInstruction()
2924 UpdateLocal(instruction.VRegA(), latest_result_); in ProcessDexInstruction()
2925 latest_result_ = nullptr; in ProcessDexInstruction()