Home
last modified time | relevance | path

Searched defs:zone (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/third_party/node/deps/v8/src/zone/
Dzone-containers.h31 explicit ZoneVector(Zone* zone) in ZoneVector()
36 ZoneVector(size_t size, Zone* zone) in ZoneVector()
41 ZoneVector(size_t size, T def, Zone* zone) in ZoneVector()
46 ZoneVector(std::initializer_list<T> list, Zone* zone) in ZoneVector()
52 ZoneVector(InputIt first, InputIt last, Zone* zone) in ZoneVector()
62 explicit ZoneDeque(Zone* zone) in ZoneDeque()
75 explicit ZoneLinkedList(Zone* zone) in ZoneLinkedList()
85 explicit ZoneForwardList(Zone* zone) in ZoneForwardList()
96 explicit ZonePriorityQueue(Zone* zone) in ZonePriorityQueue()
107 explicit ZoneQueue(Zone* zone) in ZoneQueue()
[all …]
Dzone-list-inl.h18 void ZoneList<T>::Add(const T& element, Zone* zone) { in Add()
27 void ZoneList<T>::AddAll(const ZoneList<T>& other, Zone* zone) { in AddAll()
32 void ZoneList<T>::AddAll(const base::Vector<const T>& other, Zone* zone) { in AddAll()
49 void ZoneList<T>::ResizeAdd(const T& element, Zone* zone) { in ResizeAdd()
54 void ZoneList<T>::ResizeAddInternal(const T& element, Zone* zone) { in ResizeAddInternal()
67 void ZoneList<T>::Resize(int new_capacity, Zone* zone) { in Resize()
83 base::Vector<T> ZoneList<T>::AddBlock(T value, int count, Zone* zone) { in AddBlock()
96 void ZoneList<T>::InsertAt(int index, const T& elm, Zone* zone) { in InsertAt()
117 void ZoneList<T>::Clear(Zone* zone) { in Clear()
Daccounting-allocator.h49 void TraceZoneCreation(const Zone* zone) { in TraceZoneCreation()
54 void TraceZoneDestruction(const Zone* zone) { in TraceZoneDestruction()
65 virtual void TraceZoneCreationImpl(const Zone* zone) {} in TraceZoneCreationImpl()
66 virtual void TraceZoneDestructionImpl(const Zone* zone) {} in TraceZoneDestructionImpl()
Dzone-list.h35 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList()
41 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList()
47 ZoneList(const base::Vector<const T>& other, Zone* zone) in ZoneList()
/third_party/icu/icu4c/source/i18n/
Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close()
46 vzone_clone(const VZone *zone) { in vzone_clone()
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
78 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close()
46 vzone_clone(const VZone *zone) { in vzone_clone()
56 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
67 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
78 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
83 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dvzone.cpp41 vzone_close(VZone* zone) { in vzone_close()
46 vzone_clone(const VZone *zone) { in vzone_clone()
56 vzone_getTZURL(VZone* zone, char16_t* & url, int32_t & urlLength) { in vzone_getTZURL()
67 vzone_setTZURL(VZone* zone, char16_t* url, int32_t urlLength) { in vzone_setTZURL()
73 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
78 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
83 vzone_write(VZone* zone, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
95 vzone_writeFromStart(VZone* zone, UDate start, char16_t* & result, int32_t & resultLength, UErrorCo… in vzone_writeFromStart()
107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& … in vzone_writeSimple()
119 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
[all …]
/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc93 PreparseDataBuilder::PreparseDataBuilder(Zone* zone, in PreparseDataBuilder()
136 void PreparseDataBuilder::ByteData::Finalize(Zone* zone) { in Finalize()
257 void PreparseDataBuilder::FinalizeChildren(Zone* zone) { in FinalizeChildren()
483 ZonePreparseData* PreparseDataBuilder::Serialize(Zone* zone) { in Serialize()
513 ZonePreparseData* Serialize(Zone* zone) final { in Serialize()
538 ZonePreparseData* Serialize(Zone* zone) final { in Serialize()
559 ZonePreparseData* Serialize(Zone* zone) final { in Serialize()
570 Zone* zone) { in For()
575 Zone* zone) { in For()
580 Zone* zone) { in For()
[all …]
/third_party/node/deps/v8/src/compiler/
Dper-isolate-compiler-cache.h29 explicit PerIsolateCompilerCache(Zone* zone) in PerIsolateCompilerCache()
44 Zone* zone() const { return zone_; } in zone() function
48 Zone* zone = new Zone(isolate->allocator(), "Compiler zone"); in Setup() local
Dnode-aux-data.h19 T DefaultConstruct(Zone* zone) { in DefaultConstruct()
24 T ZoneConstruct(Zone* zone) { in ZoneConstruct()
31 explicit NodeAuxData(Zone* zone) : zone_(zone), aux_data_(zone) {} in NodeAuxData()
32 explicit NodeAuxData(size_t initial_size, Zone* zone) in NodeAuxData()
Daccess-info.cc90 Zone* zone) in ElementAccessInfo()
98 PropertyAccessInfo PropertyAccessInfo::Invalid(Zone* zone) { in Invalid()
104 Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder) { in NotFound()
110 Zone* zone, MapRef receiver_map, in DataField()
131 Zone* zone, MapRef receiver_map, in FastDataConstant()
145 Zone* zone, MapRef receiver_map, base::Optional<ObjectRef> constant, in FastAccessorConstant()
152 PropertyAccessInfo PropertyAccessInfo::ModuleExport(Zone* zone, in ModuleExport()
160 PropertyAccessInfo PropertyAccessInfo::StringLength(Zone* zone, in StringLength()
167 Zone* zone, MapRef receiver_map, JSObjectRef holder, in DictionaryProtoDataConstant()
175 Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder, in DictionaryProtoAccessorConstant()
[all …]
Dtypes.cc665 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect()
717 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) { in UpdateRange()
737 RangeType::Limits Type::ToLimits(bitset bits, Zone* zone) { in ToLimits()
749 Zone* zone) { in IntersectRangeAndBitset()
756 RangeType::Limits* lims, Zone* zone) { in IntersectAux()
807 Type Type::NormalizeRangeAndBitset(Type range, bitset* bits, Zone* zone) { in NormalizeRangeAndBitset()
848 Type Type::Constant(double value, Zone* zone) { in Constant()
861 Type Type::Constant(JSHeapBroker* broker, Handle<i::Object> value, Zone* zone) { in Constant()
882 Type Type::Union(Type type1, Type type2, Zone* zone) { in Union()
934 int Type::AddToUnion(Type type, UnionType* result, int size, Zone* zone) { in AddToUnion()
[all …]
Dmemory-lowering.h38 static AllocationState const* Empty(Zone* zone) { in Empty()
42 Zone* zone) { in Closed()
46 Node* top, Node* effect, Zone* zone) { in Open()
119 Zone* zone() const { return zone_; } in zone() function
Dzone-stats.cc54 void ZoneStats::StatsScope::ZoneReturned(Zone* zone) { in ZoneReturned()
91 Zone* zone = new Zone(allocator_, zone_name, support_zone_compression); in NewEmptyZone() local
96 void ZoneStats::ReturnZone(Zone* zone) { in ReturnZone()
Dnode.cc11 Node::OutOfLineInputs* Node::OutOfLineInputs::New(Zone* zone, int capacity) { in New()
58 Node* Node::NewImpl(Zone* zone, NodeId id, const Operator* op, int input_count, in NewImpl()
131 Node* Node::New(Zone* zone, NodeId id, const Operator* op, int input_count, in New()
136 Node* Node::Clone(Zone* zone, NodeId id, const Node* node) { in Clone()
154 void Node::AppendInput(Zone* zone, Node* new_to) { in AppendInput()
203 void Node::InsertInput(Zone* zone, int index, Node* new_to) { in InsertInput()
215 void Node::InsertInputs(Zone* zone, int index, int count) { in InsertInputs()
274 void Node::EnsureInputCount(Zone* zone, int new_input_count) { in EnsureInputCount()
/third_party/node/deps/v8/src/ast/
Dmodules.cc58 const Scanner::Location specifier_loc, Zone* zone) { in AddImport()
70 const Scanner::Location specifier_loc, Zone* zone) { in AddStarImport()
81 const Scanner::Location specifier_loc, Zone* zone) { in AddEmptyImport()
87 Scanner::Location loc, Zone* zone) { in AddExport()
98 const Scanner::Location specifier_loc, Zone* zone) { in AddExport()
112 const Scanner::Location specifier_loc, Zone* zone) { in AddStarExport()
232 void SourceTextModuleDescriptor::MakeIndirectExportsExplicit(Zone* zone) { in MakeIndirectExportsExplicit()
340 Zone* zone) { in Validate()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_sxnet.c120 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen) in SXNET_add_id_asc()
160 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, const char *user, in SXNET_add_id_INTEGER()
212 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, const char *zone) in SXNET_get_id_asc()
242 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone) in SXNET_get_id_INTEGER()
/third_party/openssl/crypto/x509/
Dv3_sxnet.c120 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen) in SXNET_add_id_asc()
153 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, const char *user, in SXNET_add_id_INTEGER()
205 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, const char *zone) in SXNET_get_id_asc()
235 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone) in SXNET_get_id_INTEGER()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc90 struct mem_zone *zone = static_cast<struct mem_zone *>(mem); in mem_alloc() local
130 struct mem_zone *zone = static_cast<struct mem_zone *>(mem); in mem_free() local
175 struct mem_zone *zone; in mem_setup() local
193 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); in mem_limit() local
201 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); in mem_used() local
209 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); in mem_high() local
219 struct mem_zone *zone = static_cast<struct mem_zone *>(strm->opaque); in mem_done() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.c157 PSH_Blue_Zone zones, zone; in psh_blues_set_zones_0() local
274 PSH_Blue_Zone zone = top_table->zones; in psh_blues_set_zones() local
297 PSH_Blue_Zone zone = bot_table->zones; in psh_blues_set_zones() local
320 PSH_Blue_Zone zone; in psh_blues_set_zones() local
431 PSH_Blue_Zone zone; in psh_blues_scale_zones() local
556 PSH_Blue_Zone zone; in psh_blues_snap_stem() local
/third_party/node/deps/v8/src/asmjs/
Dasm-types.h141 AsmFunctionType(Zone* zone, AsmType* return_type) in AsmFunctionType()
168 explicit AsmOverloadedFunctionType(Zone* zone) : overloads_(zone) {} in AsmOverloadedFunctionType()
202 static AsmType* Function(Zone* zone, AsmType* ret) { in Function()
209 static AsmType* OverloadedFunction(Zone* zone) { in OverloadedFunction()
/third_party/zlib/test/
Dinfcover.c75 struct mem_zone *zone = mem; in mem_alloc() local
115 struct mem_zone *zone = mem; in mem_free() local
160 struct mem_zone *zone; in mem_setup() local
178 struct mem_zone *zone = strm->opaque; in mem_limit() local
186 struct mem_zone *zone = strm->opaque; in mem_used() local
194 struct mem_zone *zone = strm->opaque; in mem_high() local
204 struct mem_zone *zone = strm->opaque; in mem_done() local
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc96 bool RegExpCharacterClass::is_standard(Zone* zone) { in is_standard()
194 const UnicodeRangeSplitter::CharacterRangeVector* v, Zone* zone) { in ToCanonicalZoneList()
231 Zone* const zone = compiler->zone(); in AddNonBmpSurrogatePairs() local
329 Zone* zone = compiler->zone(); in NegativeLookaroundAgainstReadDirectionAndMatch() local
345 Zone* zone = compiler->zone(); in MatchAndNegativeLookaroundInReadDirection() local
362 Zone* zone = compiler->zone(); in AddLoneLeadSurrogates() local
388 Zone* zone = compiler->zone(); in AddLoneTrailSurrogates() local
412 Zone* zone = compiler->zone(); in UnanchoredAdvance() local
422 void AddUnicodeCaseEquivalents(ZoneList<CharacterRange>* ranges, Zone* zone) { in AddUnicodeCaseEquivalents()
460 Zone* const zone = compiler->zone(); in ToNode() local
[all …]
/third_party/node/deps/v8/src/utils/
Dbit-vector.h100 BitVector(int length, Zone* zone) in BitVector()
110 BitVector(const BitVector& other, Zone* zone) in BitVector()
144 void Resize(int new_length, Zone* zone) { in Resize()
338 GrowableBitVector(int length, Zone* zone) : bits_(length, zone) {} in GrowableBitVector()
345 void Add(int value, Zone* zone) { in Add()
367 void EnsureCapacity(int value, Zone* zone) { in EnsureCapacity()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTaiwanCalendar.java77 public TaiwanCalendar(TimeZone zone) { in TaiwanCalendar()
107 public TaiwanCalendar(TimeZone zone, Locale aLocale) { in TaiwanCalendar()
118 public TaiwanCalendar(TimeZone zone, ULocale locale) { in TaiwanCalendar()

12345678910>>...19