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

  /external/v8/src/interpreter/
bytecode-register-allocator.h 99 bool HasConsecutiveAllocations() const { return next_consecutive_count_ > 0; }
bytecode-generator.cc 395 !current_scope->allocator_.HasConsecutiveAllocations())) {
    [all...]

Completed in 82 milliseconds