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

  /art/compiler/optimizing/
code_sinking.cc 259 size_t number_of_instructions = graph_->GetCurrentInstructionId(); local
261 ArenaBitVector processed_instructions(&allocator, number_of_instructions, /* expandable */ false);
266 &allocator, number_of_instructions, /* expandable */ false);
inliner.cc 105 size_t number_of_instructions = 0; local
110 ++number_of_instructions;
113 return number_of_instructions;
1889 size_t number_of_instructions = 0; local
2020 size_t number_of_instructions = CountNumberOfInstructions(callee_graph); local
    [all...]

Completed in 65 milliseconds