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

  /external/v8/src/
bailout-reason.h 193 V(kTailCall, "Tail call") \
  /external/v8/src/compiler/
schedule.cc 111 case BasicBlock::kTailCall:
256 block->set_control(BasicBlock::kTailCall);
schedule.h 43 kTailCall, // Tail call another method from this method.
common-operator.cc 99 op->opcode() == IrOpcode::kTailCall);
    [all...]
machine-graph-verifier.cc 299 case IrOpcode::kTailCall:
scheduler.cc 359 case IrOpcode::kTailCall:
    [all...]
verifier.cc 507 case IrOpcode::kTailCall:
    [all...]
instruction-selector.cc     [all...]
escape-analysis.cc     [all...]
effect-control-linearizer.cc 449 case BasicBlock::kTailCall:
    [all...]
  /external/v8/src/interpreter/
bytecodes.h     [all...]
  /external/v8/src/debug/
debug.cc 302 } else if (bytecode == interpreter::Bytecode::kTailCall) {
    [all...]

Completed in 3291 milliseconds