HomeSort by relevance Sort by last modified time
    Searched refs:unbound_jumps_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
bytecode-array-writer.h 68 int unbound_jumps_; member in class:v8::internal::interpreter::final
bytecode-array-writer.cc 21 unbound_jumps_(0),
35 DCHECK_EQ(0, unbound_jumps_);
337 unbound_jumps_--;
366 unbound_jumps_++;

Completed in 122 milliseconds