Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc25 unbound_jumps_(0), in BytecodeArrayWriter()
38 DCHECK_EQ(0, unbound_jumps_); in ToBytecodeArray()
280 unbound_jumps_--; in PatchJump()
308 unbound_jumps_++; in EmitJump()
Dbytecode-array-writer.h77 int unbound_jumps_; in NON_EXPORTED_BASE() local