Home
last modified time | relevance | path

Searched refs:SecondaryOffset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dstub-cache.cc49 int StubCache::SecondaryOffset(Name* name, int seed) { in SecondaryOffset() function in v8::internal::StubCache
89 int secondary_offset = SecondaryOffset(primary->key, seed); in Set()
109 int secondary_offset = SecondaryOffset(name, primary_offset); in Get()
Dstub-cache.h95 return SecondaryOffset(name, seed); in SecondaryOffsetForTesting()
117 static int SecondaryOffset(Name* name, int seed);