Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h130 typedef ZoneMap<InstructionOperand, Assessment*, OperandAsKeyLess> OperandMap;
211 const ZoneMap<InstructionOperand, int, OperandAsKeyLess>& map() const { in map()
225 ZoneMap<InstructionOperand, int, OperandAsKeyLess> map_;
258 ZoneMap<RpoNumber, BlockAssessments*> assessments_;
259 ZoneMap<RpoNumber, DelayedAssessments*> outstanding_assessments_;
Dbytecode-analysis.h114 ZoneMap<int, int> end_to_header_;
115 ZoneMap<int, LoopInfo> header_to_info_;
Dloop-variable-optimizer.h71 const ZoneMap<int, InductionVariable*>& induction_variables() { in induction_variables()
110 ZoneMap<int, InductionVariable*> induction_vars_;
Dinstruction-scheduler.h225 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
Dmemory-optimizer.h140 ZoneMap<NodeId, AllocationStates> pending_;
Dload-elimination.h155 ZoneMap<Node*, Node*> info_for_node_; in NON_EXPORTED_BASE()
200 ZoneMap<Node*, ZoneHandleSet<Map>> info_for_node_; in NON_EXPORTED_BASE()
Dbytecode-graph-builder.h303 ZoneMap<int, Environment*> merge_environments_;
Dregister-allocator.h756 typedef ZoneMap<int, PhiMapValue*> PhiMap;
966 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
Dmove-optimizer.cc27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
Dinstruction.h1611 typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; in NON_EXPORTED_BASE()
Dscheduler.cc1484 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_); in SplitNode()
Deffect-control-linearizer.cc64 typedef ZoneMap<Key, BlockEffectControlData> Map;
Dregister-allocator.cc258 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
/external/v8/src/ast/
Dmodules.h118 const ZoneMap<const AstRawString*, int>& module_requests() const { in module_requests()
128 const ZoneMap<const AstRawString*, Entry*>& regular_imports() const { in regular_imports()
182 ZoneMap<const AstRawString*, int> module_requests_;
186 ZoneMap<const AstRawString*, Entry*> regular_imports_;
Dast-type-bounds.h24 ZoneMap<Expression*, AstBounds>::const_iterator i = in get()
34 ZoneMap<Expression*, AstBounds> bounds_map_;
Dmodules.cc259 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*>& export_names, in BetterDuplicate()
279 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*> export_names( in FindDuplicateExport()
Dast.h152 ZoneMap<Key, FeedbackSlot> map_; in AST_NODE_LIST()
/external/v8/src/zone/
Dzone-containers.h116 class ZoneMap
120 explicit ZoneMap(Zone* zone) in ZoneMap() function
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp225 typedef map<string, ZoneInfo> ZoneMap; typedef
227 typedef ZoneMap::const_iterator ZoneMapIter;
234 ZoneMap ZONEINFO;
1152 operator<<(ostream& os, const ZoneMap& zoneinfo) { in operator <<()
1165 ostream& printStringList( ostream& os, const ZoneMap& zoneinfo) { in printStringList()
1527 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main()
1580 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main()
1698 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main()
1757 for (ZoneMap::iterator i=ZONEINFO.begin(); i!=ZONEINFO.end(); ++i) { in main()
/external/v8/src/wasm/
Dwasm-interpreter.h31 typedef ZoneMap<pc_t, pcdiff_t> ControlTransferMap;
Dwasm-module-builder.h247 typedef ZoneMap<FunctionSig*, uint32_t, CompareFunctionSigs> SignatureMap;
/external/v8/src/interpreter/
Dconstant-array-builder.h186 ZoneMap<Smi*, index_t> smi_map_;
/external/v8/src/asmjs/
Dasm-typer.h251 using ObjectTypeMap = ZoneMap<std::string, VariableInfo*>;
Dasm-wasm-builder.cc364 ZoneMap<int, unsigned int>& case_to_block, in HandleCase()
441 ZoneMap<int, unsigned int> case_to_block(zone_); in VisitSwitchStatement()