/external/v8/src/compiler/ |
D | register-allocator-verifier.h | 135 typedef ZoneMap<InstructionOperand, Assessment*, OperandAsKeyLess> OperandMap; 217 const ZoneMap<InstructionOperand, int, OperandAsKeyLess>& map() const { in map() 231 ZoneMap<InstructionOperand, int, OperandAsKeyLess> map_; 262 ZoneMap<RpoNumber, BlockAssessments*> assessments_; 263 ZoneMap<RpoNumber, DelayedAssessments*> outstanding_assessments_;
|
D | bytecode-analysis.h | 164 ZoneMap<int, int> end_to_header_; 165 ZoneMap<int, LoopInfo> header_to_info_;
|
D | loop-variable-optimizer.h | 76 const ZoneMap<int, InductionVariable*>& induction_variables() { in induction_variables() 126 ZoneMap<int, InductionVariable*> induction_vars_;
|
D | persistent-map.h | 180 const ZoneMap<Key, Value>* more; 181 using more_iterator = typename ZoneMap<Key, Value>::const_iterator; 383 ZoneMap<Key, Value>* more = nullptr; 386 more = new (zone_->New(sizeof(*more))) ZoneMap<Key, Value>(zone_);
|
D | load-elimination.h | 188 ZoneMap<Node*, Field> info_for_node_; in NON_EXPORTED_BASE() 213 ZoneMap<Node*, ZoneHandleSet<Map>> info_for_node_; in NON_EXPORTED_BASE()
|
D | instruction-scheduler.h | 230 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
|
D | memory-optimizer.h | 147 ZoneMap<NodeId, AllocationStates> pending_;
|
D | bytecode-graph-builder.h | 398 ZoneMap<int, Environment*> merge_environments_; 406 ZoneMap<int, Environment*> generator_merge_environments_;
|
D | register-allocator.h | 744 typedef ZoneMap<int, PhiMapValue*> PhiMap; 954 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
|
D | move-optimizer.cc | 27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
|
D | instruction.h | 1640 typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; in NON_EXPORTED_BASE()
|
D | scheduler.cc | 1516 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_); in SplitNode()
|
D | bytecode-graph-builder.cc | 765 ZoneMap<int, Environment*>::iterator it = merge_environments_.begin(); in RemoveMergeEnvironmentsBeforeOffset() 766 ZoneMap<int, Environment*>::iterator stop_it = merge_environments_.end(); in RemoveMergeEnvironmentsBeforeOffset()
|
D | register-allocator.cc | 255 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
|
D | effect-control-linearizer.cc | 69 typedef ZoneMap<Key, BlockEffectControlData> Map;
|
/external/v8/src/ast/ |
D | modules.h | 133 typedef ZoneMap<const AstRawString*, ModuleRequest, AstRawStringComparer> 137 typedef ZoneMap<const AstRawString*, Entry*, AstRawStringComparer>
|
D | modules.cc | 282 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*>& export_names, in BetterDuplicate() 302 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*> export_names( in FindDuplicateExport()
|
D | ast-source-ranges.h | 287 ZoneMap<ZoneObject*, AstNodeSourceRanges*> map_;
|
D | scopes.cc | 526 ZoneMap<int, const AstRawString*> names_to_declare(zone()); in HoistSloppyBlockFunctions()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 230 ZoneMap<Smi*, index_t> smi_map_; 232 ZoneMap<double, index_t> heap_number_map_;
|
D | bytecode-generator.cc | 850 ZoneMap<Key, FeedbackSlot> map_;
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 225 typedef map<string, ZoneInfo> ZoneMap; typedef 227 typedef ZoneMap::const_iterator ZoneMapIter; 234 ZoneMap ZONEINFO; 1148 operator<<(ostream& os, const ZoneMap& zoneinfo) { in operator <<() 1161 ostream& printStringList( ostream& os, const ZoneMap& zoneinfo) { in printStringList() 1602 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main() 1655 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main() 1773 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main() 1832 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main()
|
/external/v8/src/zone/ |
D | zone-containers.h | 146 class ZoneMap 150 explicit ZoneMap(Zone* zone) in ZoneMap() function
|
/external/v8/src/wasm/ |
D | wasm-interpreter.h | 42 using ControlTransferMap = ZoneMap<pc_t, ControlTransferEntry>;
|