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

  /external/v8/src/compiler/
jump-threading.cc 63 state.Clear(code->InstructionBlockCount());
115 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next);
live-range-separator.cc 154 code->InstructionBlockCount());
code-generator.cc 43 labels_(zone()->NewArray<Label>(code->InstructionBlockCount())),
62 for (int i = 0; i < code->InstructionBlockCount(); ++i) {
117 code()->InstructionBlockCount());
    [all...]
instruction.cc     [all...]
register-allocator.cc     [all...]
instruction.h     [all...]

Completed in 259 milliseconds