HomeSort by relevance Sort by last modified time
    Searched refs:ZoneMap (Results 1 - 24 of 24) sorted by null

  /external/v8/src/ast/
ast-type-bounds.h 24 ZoneMap<Expression*, AstBounds>::const_iterator i =
34 ZoneMap<Expression*, AstBounds> bounds_map_;
modules.h 118 const ZoneMap<const AstRawString*, int>& module_requests() const {
128 const ZoneMap<const AstRawString*, Entry*>& regular_imports() const {
182 ZoneMap<const AstRawString*, int> module_requests_;
186 ZoneMap<const AstRawString*, Entry*> regular_imports_;
modules.cc 259 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*>& export_names,
279 ZoneMap<const AstRawString*, const ModuleDescriptor::Entry*> export_names(
ast.h 152 ZoneMap<Key, FeedbackSlot> map_;
    [all...]
  /external/v8/src/compiler/
bytecode-analysis.h 114 ZoneMap<int, int> end_to_header_;
115 ZoneMap<int, LoopInfo> header_to_info_;
register-allocator-verifier.h 130 typedef ZoneMap<InstructionOperand, Assessment*, OperandAsKeyLess> OperandMap;
211 const ZoneMap<InstructionOperand, int, OperandAsKeyLess>& map() const {
225 ZoneMap<InstructionOperand, int, OperandAsKeyLess> map_;
258 ZoneMap<RpoNumber, BlockAssessments*> assessments_;
259 ZoneMap<RpoNumber, DelayedAssessments*> outstanding_assessments_;
loop-variable-optimizer.h 71 const ZoneMap<int, InductionVariable*>& induction_variables() {
110 ZoneMap<int, InductionVariable*> induction_vars_;
instruction-scheduler.h 225 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_;
memory-optimizer.h 140 ZoneMap<NodeId, AllocationStates> pending_;
load-elimination.h 155 ZoneMap<Node*, Node*> info_for_node_;
200 ZoneMap<Node*, ZoneHandleSet<Map>> info_for_node_;
bytecode-graph-builder.h 303 ZoneMap<int, Environment*> merge_environments_;
register-allocator.h 756 typedef ZoneMap<int, PhiMapValue*> PhiMap;
    [all...]
move-optimizer.cc 27 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
instruction.h     [all...]
scheduler.cc     [all...]
effect-control-linearizer.cc 64 typedef ZoneMap<Key, BlockEffectControlData> Map;
    [all...]
register-allocator.cc 258 typedef ZoneMap<DelayedInsertionMapKey, InstructionOperand,
    [all...]
  /external/v8/src/zone/
zone-containers.h 116 class ZoneMap
120 explicit ZoneMap(Zone* zone)
  /external/v8/src/wasm/
wasm-interpreter.h 31 typedef ZoneMap<pc_t, pcdiff_t> ControlTransferMap;
wasm-module-builder.h 247 typedef ZoneMap<FunctionSig*, uint32_t, CompareFunctionSigs> SignatureMap;
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 225 typedef map<string, ZoneInfo> ZoneMap;
227 typedef ZoneMap::const_iterator ZoneMapIter;
234 ZoneMap ZONEINFO;
    [all...]
  /external/v8/src/interpreter/
constant-array-builder.h 186 ZoneMap<Smi*, index_t> smi_map_;
  /external/v8/src/asmjs/
asm-typer.h 251 using ObjectTypeMap = ZoneMap<std::string, VariableInfo*>;
asm-wasm-builder.cc 364 ZoneMap<int, unsigned int>& case_to_block,
441 ZoneMap<int, unsigned int> case_to_block(zone_);
    [all...]

Completed in 2930 milliseconds