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 53 if (!InstructionBlockAt(succ)->needs_frame()) {
71 if (InstructionBlockAt(succ)->needs_frame()) {
73 InstructionBlockAt(succ)->mark_must_construct_frame();
110 if (InstructionBlockAt(pred)->needs_frame() &&
111 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) {
120 if (!InstructionBlockAt(succ)->needs_frame()) return false;
132 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const {
133 return code_->InstructionBlockAt(rpo_number);
instruction.h     [all...]

Completed in 4533 milliseconds