Home
last modified time | relevance | path

Searched defs:zone (Results 451 - 475 of 726) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h2425 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dudat.cpp185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
H A Ducal.cpp36 TimeZone* zone = nullptr; in _createTimeZone() local
73 TimeZone* zone = TimeZone::createDefault(); in ucal_getDefaultTimeZone() local
88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() local
98 TimeZone *zone = TimeZone::detectHostTimeZone(); ucal_getHostTimeZone() local
114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); ucal_getDSTSavings() local
[all...]
H A Ddtitvfmt.cpp595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument
613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc264 WasmModuleBuilder(Zone* zone) WasmModuleBuilder() argument
[all...]
H A Dwasm-module-builder.h34 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 Dudat.cpp185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
H A Ddtitvfmt.cpp595 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 Dcalendar.h2516 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp901 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 Dzdump.c283 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 Daccess-info.cc98 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 Dcompilation-dependencies.cc115 explicit PendingDependencies(Zone* zone) : deps_(zone) {} in PendingDependencies() argument
41 CompilationDependencies(JSHeapBroker* broker, Zone* zone) CompilationDependencies() argument
H A Dcommon-operator.h571 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Descape-analysis.cc34 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 Dgraph-visualizer.cc420 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 Dsimplified-operator.h1071 Zone* zone() const { return zone_; } in zone() function in v8::internal::AbortReason::final
H A Dgraph-assembler.h805 JSGraphAssembler( JSGraph* jsgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback = base::nullopt, bool mark_loop_exits = false) JSGraphAssembler() argument
H A Dgraph-assembler.cc37 GraphAssembler( MachineGraph* mcgraph, Zone* zone, base::Optional<NodeChangedCallback> node_changed_callback, bool mark_loop_exits) GraphAssembler() argument
H A Dtypes.cc665 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 Dload-elimination.cc336 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 Doperation-typer.cc20 OperationTyper::OperationTyper(JSHeapBroker* broker, Zone* zone) in OperationTyper() argument
[all...]
H A Dwasm-compiler.h249 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 Dcode-generator.h165 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Dinstruction-selector.h665 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final

Completed in 40 milliseconds

1...<<11121314151617181920>>...30