Home
last modified time | relevance | path

Searched refs:ZoneMap (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.h135 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_;
Dbytecode-analysis.h164 ZoneMap<int, int> end_to_header_;
165 ZoneMap<int, LoopInfo> header_to_info_;
Dloop-variable-optimizer.h76 const ZoneMap<int, InductionVariable*>& induction_variables() { in induction_variables()
126 ZoneMap<int, InductionVariable*> induction_vars_;
Dpersistent-map.h180 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_);
Dload-elimination.h188 ZoneMap<Node*, Field> info_for_node_; in NON_EXPORTED_BASE()
213 ZoneMap<Node*, ZoneHandleSet<Map>> info_for_node_; in NON_EXPORTED_BASE()
Dinstruction-scheduler.h230 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
Dmemory-optimizer.h147 ZoneMap<NodeId, AllocationStates> pending_;
Dbytecode-graph-builder.h398 ZoneMap<int, Environment*> merge_environments_;
406 ZoneMap<int, Environment*> generator_merge_environments_;
Dregister-allocator.h744 typedef ZoneMap<int, PhiMapValue*> PhiMap;
954 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
Dmove-optimizer.cc27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
Dinstruction.h1640 typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; in NON_EXPORTED_BASE()
Dscheduler.cc1516 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_); in SplitNode()
Dbytecode-graph-builder.cc765 ZoneMap<int, Environment*>::iterator it = merge_environments_.begin(); in RemoveMergeEnvironmentsBeforeOffset()
766 ZoneMap<int, Environment*>::iterator stop_it = merge_environments_.end(); in RemoveMergeEnvironmentsBeforeOffset()
Dregister-allocator.cc255 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
Deffect-control-linearizer.cc69 typedef ZoneMap<Key, BlockEffectControlData> Map;
/external/v8/src/ast/
Dmodules.h133 typedef ZoneMap<const AstRawString*, ModuleRequest, AstRawStringComparer>
137 typedef ZoneMap<const AstRawString*, Entry*, AstRawStringComparer>
Dmodules.cc282 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*>& export_names, in BetterDuplicate()
302 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*> export_names( in FindDuplicateExport()
Dast-source-ranges.h287 ZoneMap<ZoneObject*, AstNodeSourceRanges*> map_;
Dscopes.cc526 ZoneMap<int, const AstRawString*> names_to_declare(zone()); in HoistSloppyBlockFunctions()
/external/v8/src/interpreter/
Dconstant-array-builder.h230 ZoneMap<Smi*, index_t> smi_map_;
232 ZoneMap<double, index_t> heap_number_map_;
Dbytecode-generator.cc850 ZoneMap<Key, FeedbackSlot> map_;
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp225 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/
Dzone-containers.h146 class ZoneMap
150 explicit ZoneMap(Zone* zone) in ZoneMap() function
/external/v8/src/wasm/
Dwasm-interpreter.h42 using ControlTransferMap = ZoneMap<pc_t, ControlTransferEntry>;