Home
last modified time | relevance | path

Searched refs:AllocateBlockCoverageSlotIfEnabled (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h240 int AllocateBlockCoverageSlotIfEnabled(AstNode* node, SourceRangeKind kind);
Dbytecode-generator.cc1387 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