Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-node-cache.cc20 return heap_constants_.Find(zone(), bit_cast<intptr_t>(value.address())); in FindHeapConstant()
31 heap_constants_.GetCachedNodes(nodes); in GetCachedNodes()
Dcommon-node-cache.h82 IntPtrNodeCache heap_constants_; variable