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

  /external/v8/src/
lithium.h 260 if (index < kNumCachedOperands) return &cache[index];
272 static const int kNumCachedOperands = 128;
295 if (index < kNumCachedOperands) return &cache[index];
307 static const int kNumCachedOperands = 128;
319 if (index < kNumCachedOperands) return &cache[index];
331 static const int kNumCachedOperands = 128;
343 if (index < kNumCachedOperands) return &cache[index];
355 static const int kNumCachedOperands = 16;
367 if (index < kNumCachedOperands) return &cache[index];
379 static const int kNumCachedOperands = 16
    [all...]
lithium-allocator.cc 51 name name::cache[name::kNumCachedOperands]; \
53 for (int i = 0; i < kNumCachedOperands; i++) { \
    [all...]

Completed in 543 milliseconds