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

  /external/v8/src/compiler/
frame-elider.cc 51 if (!InstructionBlockAt(succ)->needs_frame()) {
59 if (InstructionBlockAt(succ)->needs_frame()) {
61 InstructionBlockAt(succ)->mark_must_construct_frame();
98 if (InstructionBlockAt(pred)->needs_frame() &&
99 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) {
108 if (!InstructionBlockAt(succ)->needs_frame()) return false;
120 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const {
121 return code_->InstructionBlockAt(rpo_number);
frame-elider.h 31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
move-optimizer.cc 101 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) {
213 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
229 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
273 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index);
live-range-separator.cc 79 code->InstructionBlockAt(RpoNumber::FromInt(block_id));
instruction.cc 662 const InstructionBlock* block = InstructionBlockAt(rpo);
669 InstructionBlock* block = InstructionBlockAt(rpo);
678 InstructionBlock* block = InstructionBlockAt(rpo);
905 const InstructionBlock* block = code.InstructionBlockAt(rpo);
jump-threading.cc 71 InstructionBlock* block = code->InstructionBlockAt(state.stack.top());
register-allocator.cc 54 return sequence->InstructionBlockAt(index);
    [all...]
code-generator.cc 220 ->InstructionBlockAt(current_block_)
222 .IsNext(code()->InstructionBlockAt(block)->ao_number());
instruction-selector.cc 73 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number()));
687 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number()));
    [all...]
graph-visualizer.cc 407 instructions->InstructionBlockAt(
instruction.h     [all...]
  /external/v8/test/cctest/compiler/
test-instruction.cc 93 return code->InstructionBlockAt(RpoFor(block));

Completed in 68 milliseconds