Home
last modified time | relevance | path

Searched refs:RemainderOfBlockIsDead (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.h73 bool RemainderOfBlockIsDead() const { return exit_seen_in_block_; } in RemainderOfBlockIsDead() function in v8::internal::interpreter::final
H A Dbytecode-array-builder.h547 bool RemainderOfBlockIsDead() const { in RemainderOfBlockIsDead() function in v8::internal::interpreter::final
548 return bytecode_array_writer_.RemainderOfBlockIsDead(); in RemainderOfBlockIsDead()
H A Dbytecode-array-builder.cc86 DCHECK(RemainderOfBlockIsDead()); in ToBytecodeArray()
120 DCHECK(RemainderOfBlockIsDead()); in ToSourcePositionTable()
H A Dbytecode-generator.cc1398 DCHECK(builder()->RemainderOfBlockIsDead()); in GenerateBytecode()
1472 if (!builder()->RemainderOfBlockIsDead()) { in GenerateBytecodeBody()
1723 if (builder()->RemainderOfBlockIsDead()) break; in VisitStatements()
2140 if (builder()->RemainderOfBlockIsDead()) return; in BuildTryCatch()
2172 if (builder()->RemainderOfBlockIsDead()) return; in BuildTryFinally()
4655 if (builder()->RemainderOfBlockIsDead()) { in BuildSuspendPoint()

Completed in 18 milliseconds