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

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

Completed in 138 milliseconds