HomeSort by relevance Sort by last modified time
    Searched refs:ConstantMap (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
instruction-selector-unittest.h 171 ConstantMap::const_iterator i;
186 typedef std::map<int, Constant> ConstantMap;
188 ConstantMap constants_;
189 ConstantMap immediates_;
instruction.h 789 zone_allocator<std::pair<int, Constant> > > ConstantMap;
804 constants_(ConstantMap::key_compare(),
805 ConstantMap::allocator_type(zone())),
881 ConstantMap::const_iterator it = constants_.find(virtual_register);
923 ConstantMap constants_;
instruction.cc 421 for (ConstantMap::const_iterator it = code.constants_.begin();

Completed in 50 milliseconds