Searched refs:last_input (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc85 HInstruction* last_input = invoke->InputAt(last_input_index); local
86 DCHECK(last_input->IsLoadClass()) << last_input->DebugName();
98 if (!last_input->HasUses()) {
99 last_input->GetBlock()->RemoveInstruction(last_input);
H A Dgraph_checker.cc237 HInstruction* last_input = invoke->InputAt(last_input_index); local
238 if (last_input == nullptr) {
244 if (!last_input->IsClinitCheck() && !last_input->IsLoadClass()) {
250 last_input->DebugName(),
251 last_input->GetId()));
H A Dnodes.h2502 HInstruction* last_input = InputAt(last_input_index); local
2503 DCHECK(last_input != nullptr);
2504 DCHECK(last_input->IsLoadClass()) << last_input->DebugName();

Completed in 131 milliseconds