HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionAt (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
licm.cc 46 HInstruction* input = environment->GetInstructionAt(i);
69 HInstruction* input = environment->GetInstructionAt(i);
code_generator.h 771 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) ||
code_generator.cc 121 if (environment->GetInstructionAt(i) != nullptr) {
122 Primitive::Type type = environment->GetInstructionAt(i)->GetType();
789 HInstruction* in_environment = environment->GetInstructionAt(i);
    [all...]
graph_checker.cc 381 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) {
436 HInstruction* env_instruction = environment->GetInstructionAt(i);
474 if (environment->GetInstructionAt(catch_phi->GetRegNumber()) == nullptr) {
    [all...]
ssa_liveness_analysis.cc 269 HInstruction* instruction = environment->GetInstructionAt(i);
nodes.cc 96 if (environment->GetInstructionAt(i) != nullptr) {
    [all...]
graph_visualizer.cc 510 HInstruction* insn = environment->GetInstructionAt(i);
nodes.h     [all...]

Completed in 180 milliseconds