HomeSort by relevance Sort by last modified time
    Searched defs:InstructionBlockAt (Results 1 - 2 of 2) 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);
instruction.h     [all...]

Completed in 778 milliseconds