/external/v8/src/compiler/ |
D | register-allocator-verifier.h | 129 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_;
|
D | bytecode-loop-analysis.h | 54 ZoneMap<int, int> backedge_to_header_; 58 ZoneMap<int, int> loop_header_to_parent_;
|
D | loop-variable-optimizer.h | 71 const ZoneMap<int, InductionVariable*>& induction_variables() { in induction_variables() 110 ZoneMap<int, InductionVariable*> induction_vars_;
|
D | type-hint-analyzer.h | 19 typedef ZoneMap<TypeFeedbackId, Handle<Code>> Infos;
|
D | instruction-scheduler.h | 225 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
|
D | memory-optimizer.h | 138 ZoneMap<NodeId, AllocationStates> pending_;
|
D | bytecode-graph-builder.h | 290 ZoneMap<int, Environment*> merge_environments_;
|
D | load-elimination.h | 150 ZoneMap<Node*, Node*> info_for_node_; in NON_EXPORTED_BASE()
|
D | register-allocator.h | 756 typedef ZoneMap<int, PhiMapValue*> PhiMap; 966 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
|
D | move-optimizer.cc | 27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
|
D | instruction.h | 1509 typedef ZoneMap<const Instruction*, SourcePosition> SourcePositionMap; in NON_EXPORTED_BASE()
|
D | scheduler.cc | 1484 ZoneMap<BasicBlock*, Node*> dominators(scheduler_->zone_); in SplitNode()
|
D | register-allocator.cc | 254 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
|
D | effect-control-linearizer.cc | 62 typedef ZoneMap<Key, BlockEffectControlData> Map;
|
/external/v8/src/ast/ |
D | modules.h | 118 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_;
|
D | ast-type-bounds.h | 24 ZoneMap<Expression*, AstBounds>::const_iterator i = in get() 34 ZoneMap<Expression*, AstBounds> bounds_map_;
|
D | modules.cc | 256 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/ |
D | zone-containers.h | 109 class ZoneMap 113 explicit ZoneMap(Zone* zone) in ZoneMap() function
|
/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; 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/ |
D | asm-typer.h | 202 using ObjectTypeMap = ZoneMap<std::string, VariableInfo*>; 348 ZoneMap<AstNode*, AsmType*> node_types_;
|
D | asm-wasm-builder.cc | 262 ZoneMap<int, unsigned int>& case_to_block, in HandleCase() 338 ZoneMap<int, unsigned int> case_to_block(zone_); in VisitSwitchStatement()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 114 ZoneMap<Smi*, index_t> smi_map_;
|
/external/v8/src/wasm/ |
D | wasm-interpreter.h | 31 typedef ZoneMap<pc_t, pcdiff_t> ControlTransferMap;
|
D | wasm-module-builder.h | 245 typedef ZoneMap<FunctionSig*, uint32_t, CompareFunctionSigs> SignatureMap;
|