Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc29 unbound_jumps_(0), in BytecodeArrayWriter()
44 DCHECK_EQ(0, unbound_jumps_); in ToBytecodeArray()
458 unbound_jumps_--; in PatchJump()
494 unbound_jumps_++; in EmitJump()
Dbytecode-array-writer.h119 int unbound_jumps_; variable