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.cc24 unbound_jumps_(0), in BytecodeArrayWriter()
37 DCHECK_EQ(0, unbound_jumps_); in ToBytecodeArray()
271 unbound_jumps_--; in PatchJump()
301 unbound_jumps_++; in EmitJump()
Dbytecode-array-writer.h77 int unbound_jumps_; in NON_EXPORTED_BASE() local