Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.h89 Int32NodeCache int32_constants_;
91 Int32NodeCache tagged_index_constants_;
92 Int32NodeCache float32_constants_;
Dnode-cache.h58 using Int32NodeCache = NodeCache<int32_t>; variable
69 using IntPtrNodeCache = Int32NodeCache;