Searched refs:latest_result_ (Results 1 – 2 of 2) sorted by relevance
333 HInstruction* latest_result_; variable
73 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()