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.h254 ConstantMap::const_iterator i; in ToConstant()
274 typedef std::map<int, Constant> ConstantMap; typedef
277 ConstantMap constants_;
278 ConstantMap immediates_;
/external/v8/src/compiler/
Dinstruction.cc718 constants_(ConstantMap::key_compare(), in InstructionSequence()
719 ConstantMap::allocator_type(zone())), in InstructionSequence()
1015 for (ConstantMap::const_iterator it = code.constants_.begin(); in operator <<()
Dinstruction.h1279 zone_allocator<std::pair<const int, Constant> > > ConstantMap; typedef
1384 ConstantMap::const_iterator it = constants_.find(virtual_register); in GetConstant()
1468 ConstantMap constants_;