Home
last modified time | relevance | path

Searched defs:zone (Results 151 - 175 of 745) sorted by relevance

12345678910>>...30

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneAdapter.java42 private TimeZone zone; field in TimeZoneAdapter
62 public TimeZoneAdapter(TimeZone zone) { in TimeZoneAdapter() argument
[all...]
/third_party/node/deps/v8/src/zone/
H A Dzone.cc192 ZoneScope::ZoneScope(Zone* zone) in ZoneScope() argument
[all...]
H A Dzone-list-inl.h18 void ZoneList<T>::Add(const T& element, Zone* zone) { in Add() argument
27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll() argument
32 void ZoneList<T>::AddAll(const base::Vector<const T>& other, Zone* zone) { in AddAll() argument
49 void ZoneList<T>::ResizeAdd(const T& element, Zone* zone) { in ResizeAdd() argument
54 ResizeAddInternal(const T& element, Zone* zone) ResizeAddInternal() argument
67 Resize(int new_capacity, Zone* zone) Resize() argument
83 AddBlock(T value, int count, Zone* zone) AddBlock() argument
96 InsertAt(int index, const T& elm, Zone* zone) InsertAt() argument
117 Clear(Zone* zone) Clear() argument
[all...]
H A Dzone-handle-set.h43 void insert(Handle<T> handle, Zone* zone) { in insert() argument
117 void remove(Handle<T> handle, Zone* zone) { in remove() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dstruct-types.h89 Builder(Zone* zone, uint32_t field_count) in Builder() argument
/third_party/node/deps/v8/src/compiler/
H A Dcommon-node-cache.h25 explicit CommonNodeCache(Zone* zone) in CommonNodeCache() argument
[all...]
H A Dint64-lowering.h54 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::Int64Lowering
H A Djs-native-context-specialization.h255 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Dsimplified-lowering.h110 Zone* zone() { return jsgraph_->zone(); } in zone() function in v8::internal::compiler::final
H A Dbranch-elimination.h65 explicit ControlPathConditions(Zone* zone) : conditions_(zone) {} in ControlPathConditions() argument
H A Dfunctional-list.h72 void PushFront(A a, Zone* zone) { in PushFront() argument
78 void PushFront(A a, Zone* zone, FunctionalList hint) { in PushFront() argument
H A Dnode-observer.h99 explicit ObserveNodeManager(Zone* zone) : zone_(zone), observations_(zone) {} in ObserveNodeManager() argument
H A Dstate-values-utils.h75 Zone* zone() { return graph()->zone(); } in zone() function in v8::internal::compiler::StateValuesCache
H A Dcsa-load-elimination.h32 CsaLoadElimination(Editor* editor, JSGraph* jsgraph, Zone* zone) in CsaLoadElimination() argument
67 explicit HalfState(Zone* zone) in HalfState() argument
174 Zone* zone() const { return zone_; } zone() function in v8::internal::compiler::final
[all...]
H A Ddecompression-optimizer.cc45 DecompressionOptimizer::DecompressionOptimizer(Zone* zone, Graph* graph, in DecompressionOptimizer() argument
H A Descape-analysis-reducer.h25 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() argument
108 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
H A Dmemory-lowering.h38 static AllocationState const* Empty(Zone* zone) { in Empty() argument
119 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
41 Closed(AllocationGroup* group, Node* effect, Zone* zone) Closed() argument
45 Open(AllocationGroup* group, intptr_t size, Node* top, Node* effect, Zone* zone) Open() argument
H A Doperation-typer.h98 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::OperationTyper
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc60 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode(Zone* zone, in ScheduleGraphNode() argument
75 InstructionScheduler::InstructionScheduler(Zone* zone, in InstructionScheduler() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc174 AsmType* AsmType::FroundType(Zone* zone) { in FroundType() argument
232 AsmType* AsmType::MinMaxType(Zone* zone, AsmType* dest, AsmType* src) { in MinMaxType() argument
H A Dasm-types.h141 AsmFunctionType(Zone* zone, AsmType* return_type) in AsmFunctionType() argument
168 explicit AsmOverloadedFunctionType(Zone* zone) : overloads_(zone) {} in AsmOverloadedFunctionType() argument
202 static AsmType* Function(Zone* zone, AsmType* ret) { in Function() argument
209 OverloadedFunction(Zone* zone) OverloadedFunction() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles.cc156 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate, Zone* zone) in CanonicalHandleScope() argument
/third_party/node/deps/v8/src/objects/
H A Dmodule-inl.h98 explicit UnorderedModuleSet(Zone* zone) in UnorderedModuleSet() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc125 Zone* zone = that->zone(); in VisitText() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsblues.h165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member

Completed in 11 milliseconds

12345678910>>...30