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

  /art/compiler/optimizing/
nodes.cc 799 replacement->SetId(GetGraph()->GetNextInstructionId());
815 instruction->SetId(block->GetGraph()->GetNextInstructionId());
836 instruction->SetId(GetGraph()->GetNextInstructionId());
850 instruction->SetId(GetGraph()->GetNextInstructionId());
860 phi->SetId(GetGraph()->GetNextInstructionId());
    [all...]
nodes.h 423 int32_t GetNextInstructionId() {
    [all...]

Completed in 54 milliseconds