Searched refs:AllocateBlockCoverageSlotIfEnabled (Results 1 – 2 of 2) sorted by relevance
240 int AllocateBlockCoverageSlotIfEnabled(AstNode* node, SourceRangeKind kind);
1387 AllocateBlockCoverageSlotIfEnabled(stmt, SourceRangeKind::kContinuation); in VisitContinueStatement()1393 AllocateBlockCoverageSlotIfEnabled(stmt, SourceRangeKind::kContinuation); in VisitBreakStatement()1399 AllocateBlockCoverageSlotIfEnabled(stmt, SourceRangeKind::kContinuation); in VisitReturnStatement()3435 AllocateBlockCoverageSlotIfEnabled(expr, SourceRangeKind::kContinuation); in VisitThrow()4587 AllocateBlockCoverageSlotIfEnabled(binop, SourceRangeKind::kRight); in VisitLogicalOrExpression()4648 AllocateBlockCoverageSlotIfEnabled(binop, SourceRangeKind::kRight); in VisitLogicalAndExpression()4915 int BytecodeGenerator::AllocateBlockCoverageSlotIfEnabled( in AllocateBlockCoverageSlotIfEnabled() function in v8::internal::interpreter::BytecodeGenerator