| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module-builder.cc | 264 WasmModuleBuilder(Zone* zone) WasmModuleBuilder() argument [all...] |
| H A D | wasm-module-builder.h | 34 explicit ZoneBuffer(Zone* zone, size_t initial = kInitialSize) in ZoneBuffer() argument 273 WasmElemSegment(Zone* zone, ValueType type, uint32_t table_index, in WasmElemSegment() argument 285 WasmElemSegment(Zone* zone, ValueType type, bool declarative) in WasmElemSegment() argument 382 Zone* zone() { return zone_; } zone() function in v8::internal::wasm::WasmModuleBuilder [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | udat.cpp | 185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
|
| H A D | dtitvfmt.cpp | 595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument 613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | calendar.h | 2516 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tzregts.cpp | 901 UnicodeString zone [4];// = new String[4]; Test4162593() local 929 logln(UnicodeString("") + i + ": " + d + " / " + zone[i]); Test4162593() local 1162 SimpleTimeZone* zone = NULL; Test4184229() local [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zdump.c | 283 abbrok(const char *const abbrp, const char *const zone) in abbrok() argument 794 show(char *zone, time_t t, int v) in show() argument 823 abbrok(abbr(tmp), zone); show() local 963 showICU(FILE * fp, char *zone, time_t t1, time_t t2) showICU() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | access-info.cc | 98 PropertyAccessInfo PropertyAccessInfo::Invalid(Zone* zone) { in Invalid() argument 88 ElementAccessInfo( ZoneVector<MapRef>&& lookup_start_object_maps, ElementsKind elements_kind, Zone* zone) ElementAccessInfo() argument 103 NotFound( Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder) NotFound() argument 109 DataField( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) DataField() argument 130 FastDataConstant( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) FastDataConstant() argument 144 FastAccessorConstant( Zone* zone, MapRef receiver_map, base::Optional<ObjectRef> constant, base::Optional<JSObjectRef> holder) FastAccessorConstant() argument 152 ModuleExport(Zone* zone, MapRef receiver_map, CellRef cell) ModuleExport() argument 160 StringLength(Zone* zone, MapRef receiver_map) StringLength() argument 166 DictionaryProtoDataConstant( Zone* zone, MapRef receiver_map, JSObjectRef holder, InternalIndex dictionary_index, NameRef name) DictionaryProtoDataConstant() argument 174 DictionaryProtoAccessorConstant( Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder, ObjectRef constant, NameRef property_name) DictionaryProtoAccessorConstant() argument 181 PropertyAccessInfo(Zone* zone) PropertyAccessInfo() argument 189 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument 200 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, base::Optional<ObjectRef> constant, base::Optional<NameRef> name, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument 238 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps, InternalIndex dictionary_index, NameRef name) PropertyAccessInfo() argument 267 Merge(PropertyAccessInfo const* that, AccessMode access_mode, Zone* zone) Merge() argument 360 AccessInfoFactory(JSHeapBroker* broker, CompilationDependencies* dependencies, Zone* zone) AccessInfoFactory() argument 523 AccessorAccessInfoHelper( Isolate* isolate, Zone* zone, JSHeapBroker* broker, const AccessInfoFactory* ai_factory, MapRef receiver_map, NameRef name, MapRef map, base::Optional<JSObjectRef> holder, AccessMode access_mode, AccessorsObjectGetter get_accessors) AccessorAccessInfoHelper() argument [all...] |
| H A D | compilation-dependencies.cc | 115 explicit PendingDependencies(Zone* zone) : deps_(zone) {} in PendingDependencies() argument 41 CompilationDependencies(JSHeapBroker* broker, Zone* zone) CompilationDependencies() argument
|
| H A D | common-operator.h | 571 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|
| H A D | escape-analysis.cc | 34 explicit Sidetable(Zone* zone) : map_(zone) {} in Sidetable() argument 50 explicit SparseSidetable(Zone* zone, T def_value = T()) in SparseSidetable() argument 107 explicit State(Zone* zone) : map_(zone) {} in State() argument 131 Zone* zone() { return zone_; } in zone() function in v8::internal::compiler::VariableTracker 171 EscapeAnalysisTracker(JSGraph* jsgraph, EffectGraphReducer* reducer, Zone* zone) EscapeAnalysisTracker() argument 293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument 369 VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, Zone* zone) VariableTracker() argument 857 EscapeAnalysis(JSGraph* jsgraph, TickCounter* tick_counter, Zone* zone) EscapeAnalysis() argument [all...] |
| H A D | graph-visualizer.cc | 420 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::GraphC1Visualizer 473 GraphC1Visualizer::GraphC1Visualizer(std::ostream& os, Zone* zone) in GraphC1Visualizer() argument
|
| H A D | simplified-operator.h | 1071 Zone* zone() const { return zone_; } in zone() function in v8::internal::AbortReason::final
|
| H A D | graph-assembler.h | 805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
|
| H A D | graph-assembler.cc | 37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument
|
| H A D | types.cc | 665 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect() argument 717 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) { in UpdateRange() argument 737 RangeType::Limits Type::ToLimits(bitset bits, Zone* zone) { in ToLimits() argument 748 IntersectRangeAndBitset(Type range, Type bitset, Zone* zone) IntersectRangeAndBitset() argument 755 IntersectAux(Type lhs, Type rhs, UnionType* result, int size, RangeType::Limits* lims, Zone* zone) IntersectAux() argument 807 NormalizeRangeAndBitset(Type range, bitset* bits, Zone* zone) NormalizeRangeAndBitset() argument 848 Constant(double value, Zone* zone) Constant() argument 861 Constant(JSHeapBroker* broker, Handle<i::Object> value, Zone* zone) Constant() argument 882 Union(Type type1, Type type2, Zone* zone) Union() argument 934 AddToUnion(Type type, UnionType* result, int size, Zone* zone) AddToUnion() argument 949 NormalizeUnion(UnionType* unioned, int size, Zone* zone) NormalizeUnion() argument 1092 Tuple(Type first, Type second, Type third, Zone* zone) Tuple() argument 1101 OtherNumberConstant(double value, Zone* zone) OtherNumberConstant() argument 1106 HeapConstant(const HeapObjectRef& value, Zone* zone) HeapConstant() argument 1115 Range(double min, double max, Zone* zone) Range() argument 1120 Range(RangeType::Limits lims, Zone* zone) Range() argument [all...] |
| H A D | load-elimination.cc | 336 AbstractMaps(Zone* zone) AbstractMaps() argument 339 AbstractMaps(Node* object, ZoneHandleSet<Map> maps, Zone* zone) AbstractMaps() argument 443 FieldsMerge( AbstractFields* this_fields, AbstractFields const& that_fields, Zone* zone) FieldsMerge() argument 458 Merge(AbstractState const* that, Zone* zone) Merge() argument [all...] |
| H A D | operation-typer.cc | 20 OperationTyper::OperationTyper(JSHeapBroker* broker, Zone* zone) in OperationTyper() argument [all...] |
| H A D | wasm-compiler.h | 249 WasmGraphBuilder( wasm::CompilationEnv* env, Zone* zone, MachineGraph* mcgraph, const wasm::FunctionSig* sig, compiler::SourcePositionTable* spt = nullptr) WasmGraphBuilder() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.h | 165 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|
| H A D | instruction-selector.h | 665 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast.cc | 328 void ObjectLiteral::CalculateEmitStore(Zone* zone) { in CalculateEmitStore() argument 990 CaseClause::CaseClause(Zone* zone, Expression* label, in CaseClause() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-vector.h | 366 explicit FeedbackVectorSpec(Zone* zone) : slot_kinds_(zone) { in FeedbackVectorSpec() argument
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| H A D | regexp-macro-assembler-arm.cc | 94 RegExpMacroAssemblerARM::RegExpMacroAssemblerARM(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerARM() argument
|
| /third_party/node/deps/v8/src/regexp/mips64/ |
| H A D | regexp-macro-assembler-mips64.cc | 125 RegExpMacroAssemblerMIPS::RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, in RegExpMacroAssemblerMIPS() argument
|