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

  /external/v8/src/compiler/
type-hint-analyzer.h 19 typedef ZoneMap<TypeFeedbackId, Handle<Code>> Infos;
bytecode-branch-analysis.h 66 ZoneMap<int, BytecodeBranchInfo*> branch_infos_;
bytecode-graph-builder.h 231 ZoneMap<int, Environment*> merge_environments_;
235 ZoneMap<int, Environment*> loop_header_environments_;
register-allocator-verifier.cc 290 class PhiMap : public ZoneMap<int, PhiData*>, public ZoneObject {
292 explicit PhiMap(Zone* zone) : ZoneMap<int, PhiData*>(zone) {}
317 : public ZoneMap<const InstructionOperand*, MapValue*, OperandLess> {
320 : ZoneMap<const InstructionOperand*, MapValue*, OperandLess>(zone) {}
move-optimizer.cc 31 typedef ZoneMap<MoveKey, unsigned, MoveKeyCompare> MoveMap;
register-allocator.h 747 typedef ZoneMap<int, PhiMapValue*> PhiMap;
940 ZoneMap<InstructionOperand*, UsePosition*> phi_hints_;
    [all...]
instruction.h     [all...]
scheduler.cc     [all...]
register-allocator.cc     [all...]
  /external/v8/src/
zone-containers.h 116 class ZoneMap
120 explicit ZoneMap(Zone* zone)
typing-asm.h 100 typedef ZoneMap<std::string, VariableInfo*> ObjectTypeMap;
  /external/v8/src/wasm/
encoder.h 141 typedef ZoneMap<FunctionSig*, uint16_t, CompareFunctionSigs> SignatureMap;
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 224 typedef map<string, ZoneInfo> ZoneMap;
226 typedef ZoneMap::const_iterator ZoneMapIter;
233 ZoneMap ZONEINFO;
    [all...]

Completed in 103 milliseconds