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 89 int unbound_jumps_; member in class:v8::internal::interpreter::final
bytecode-array-writer.cc 28 unbound_jumps_(0),
42 DCHECK_EQ(0, unbound_jumps_);
374 unbound_jumps_--;
402 unbound_jumps_++;

Completed in 38 milliseconds