Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.h35 relocatable_int32_constants_(zone), in CommonNodeCache()
78 return relocatable_int32_constants_.Find(std::make_pair(value, rmode)); in FindRelocatableInt32Constant()
98 RelocInt32NodeCache relocatable_int32_constants_; variable
Dcommon-node-cache.cc34 relocatable_int32_constants_.GetCachedNodes(nodes); in GetCachedNodes()