Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.cc20 return heap_constants_.Find(bit_cast<intptr_t>(value.address())); in FindHeapConstant()
33 heap_constants_.GetCachedNodes(nodes); in GetCachedNodes()
Dcommon-node-cache.h34 heap_constants_(zone), in CommonNodeCache()
97 IntPtrNodeCache heap_constants_; variable