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

  /external/v8/src/ic/arm/
ic-arm.cc 492 __ mov(r3, Operand(r0, ASR, KeyedLookupCache::kMapHashShift));
495 int mask = KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask;
501 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/arm64/
ic-arm64.cc 507 __ Mov(scratch2, Operand(receiver_map, ASR, KeyedLookupCache::kMapHashShift));
510 int mask = KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask;
516 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 384 __ shr(eax, KeyedLookupCache::kMapHashShift);
388 __ and_(eax, KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask);
393 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 500 __ sra(a3, a0, KeyedLookupCache::kMapHashShift);
504 int mask = KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask;
510 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 500 __ dsra(a3, a3, KeyedLookupCache::kMapHashShift);
504 int mask = KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask;
510 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 317 __ shrl(rax, Immediate(KeyedLookupCache::kMapHashShift));
321 int mask = (KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask);
327 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/ic/x87/
ic-x87.cc 386 __ shr(eax, KeyedLookupCache::kMapHashShift);
390 __ and_(eax, KeyedLookupCache::kCapacityMask & KeyedLookupCache::kHashMask);
395 static const int kEntriesPerBucket = KeyedLookupCache::kEntriesPerBucket;
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc     [all...]
isolate.h 886 KeyedLookupCache* keyed_lookup_cache() {
    [all...]
isolate.cc     [all...]
hydrogen.cc     [all...]
runtime.cc     [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]

Completed in 205 milliseconds