Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h129 typedef ZoneMap<InstructionOperand, Assessment*, OperandAsKeyLess> OperandMap;
210 const ZoneMap<InstructionOperand, int, OperandAsKeyLess>& map() const { in map()
224 ZoneMap<InstructionOperand, int, OperandAsKeyLess> map_;
257 ZoneMap<RpoNumber, BlockAssessments*> assessments_;
258 ZoneMap<RpoNumber, DelayedAssessments*> outstanding_assessments_;
Dbytecode-loop-analysis.h54 ZoneMap<int, int> backedge_to_header_;
58 ZoneMap<int, int> loop_header_to_parent_;
Dloop-variable-optimizer.h71 const ZoneMap<int, InductionVariable*>& induction_variables() { in induction_variables()
110 ZoneMap<int, InductionVariable*> induction_vars_;
Dtype-hint-analyzer.h19 typedef ZoneMap<TypeFeedbackId, Handle<Code>> Infos;
Dinstruction-scheduler.h225 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
Dmemory-optimizer.h138 ZoneMap<NodeId, AllocationStates> pending_;
Dbytecode-graph-builder.h290 ZoneMap<int, Environment*> merge_environments_;
Dload-elimination.h150 ZoneMap<Node*, Node*> info_for_node_; in NON_EXPORTED_BASE()
Dregister-allocator.h756 typedef ZoneMap<int, PhiMapValue*> PhiMap;
966 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
Dmove-optimizer.cc27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
Dinstruction.h1509 typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; in NON_EXPORTED_BASE()
Dscheduler.cc1484 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_); in SplitNode()
Dregister-allocator.cc254 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
Deffect-control-linearizer.cc62 typedef ZoneMap<Key, BlockEffectControlData> Map;
/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.cc256 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*>& export_names, in BetterDuplicate()
276 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*> export_names( in FindDuplicateExport()
/external/v8/src/zone/
Dzone-containers.h109 class ZoneMap
113 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/asmjs/
Dasm-typer.h202 using ObjectTypeMap = ZoneMap<std::string, VariableInfo*>;
348 ZoneMap<AstNode*, AsmType*> node_types_;
Dasm-wasm-builder.cc262 ZoneMap<int, unsigned int>& case_to_block, in HandleCase()
338 ZoneMap<int, unsigned int> case_to_block(zone_); in VisitSwitchStatement()
/external/v8/src/interpreter/
Dconstant-array-builder.h114 ZoneMap<Smi*, index_t> smi_map_;
/external/v8/src/wasm/
Dwasm-interpreter.h31 typedef ZoneMap<pc_t, pcdiff_t> ControlTransferMap;
Dwasm-module-builder.h245 typedef ZoneMap<FunctionSig*, uint32_t, CompareFunctionSigs> SignatureMap;