Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h329 HInstruction* latest_result_; variable
Dinstruction_builder.cc112 latest_result_(nullptr), in HInstructionBuilder()
524 AppendInstruction(new (allocator_) HMethodExitHook(latest_result_, kNoDexPc)); in BuildIntrinsic()
526 AppendInstruction(new (allocator_) HReturn(latest_result_)); in BuildIntrinsic()
1392 latest_result_ = current_block_->GetLastInstruction(); in BuildInvokePolymorphic()
1876 latest_result_ = invoke; in HandleInvoke()
2063 latest_result_ = instruction; in BuildSimpleIntrinsic()
2457 latest_result_ = new_array; in BuildFilledNewArray()
3554 DCHECK(latest_result_ != nullptr); in ProcessDexInstruction()
3555 UpdateLocal(instruction.VRegA(), latest_result_); in ProcessDexInstruction()
3556 latest_result_ = nullptr; in ProcessDexInstruction()