Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h217 ConstantMap::const_iterator i; in ToConstant()
237 typedef std::map<int, Constant> ConstantMap; typedef
240 ConstantMap constants_;
241 ConstantMap immediates_;
/external/v8/src/compiler/
Dinstruction.cc642 constants_(ConstantMap::key_compare(), in InstructionSequence()
643 ConstantMap::allocator_type(zone())), in InstructionSequence()
899 for (ConstantMap::const_iterator it = code.constants_.begin(); in operator <<()
Dinstruction.h1164 zone_allocator<std::pair<const int, Constant> > > ConstantMap; typedef
1261 ConstantMap::const_iterator it = constants_.find(virtual_register); in GetConstant()
1337 ConstantMap constants_;