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

  /art/compiler/optimizing/
gvn.cc 105 HInstruction* existing = node->GetInstruction();
120 if (node->GetInstruction() == instruction) {
130 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects);
152 return !predecessor->Contains(node->GetInstruction());
207 HInstruction* GetInstruction() const { return instruction_; }
nodes.cc     [all...]
bounds_check_elimination.cc 135 HInstruction* GetInstruction() const { return instruction_; }
    [all...]
code_generator.h 109 HInstruction* GetInstruction() const {
nodes.h     [all...]
graph_checker.cc 392 HInstruction* input = input_record.GetInstruction();
    [all...]
ssa_liveness_analysis.h 190 HInstruction* GetInstruction() const {
    [all...]
register_allocator.cc     [all...]
code_generator.cc 197 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);
    [all...]

Completed in 685 milliseconds