Searched refs:secondary_offset (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ic/ |
D | stub-cache.cc | 59 int secondary_offset = SecondaryOffset(primary->key, old_flags, seed); in Set() local 60 Entry* secondary = entry(secondary_, secondary_offset); in Set() 81 int secondary_offset = SecondaryOffset(name, flags, primary_offset); in Get() local 82 Entry* secondary = entry(secondary_, secondary_offset); in Get()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 2576 Node* secondary_offset = in TryProbeStubCache() local 2578 TryProbeStubCacheTable(stub_cache, kSecondary, secondary_offset, name, in TryProbeStubCache()
|