Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc864 constants_(ConstantMap::key_compare(), in InstructionSequence()
865 ConstantMap::allocator_type(zone())), in InstructionSequence()
1197 for (ConstantMap::const_iterator it = code.constants_.begin(); in operator <<()
Dinstruction.h1638 using ConstantMap = std::map<int, Constant, std::less<int>, variable
1867 ConstantMap constants_; in NON_EXPORTED_BASE()