Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dstub-cache.cc51 uint32_t name_low32bits = static_cast<uint32_t>(name.ptr()); in SecondaryOffset() local
53 uint32_t key = (map_low32bits + name_low32bits); in SecondaryOffset()