Home
last modified time | relevance | path

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

12345678910>>...16

/external/v8/src/zone/
Dzone-containers.h27 explicit ZoneVector(Zone* zone) in ZoneVector()
32 ZoneVector(size_t size, Zone* zone) in ZoneVector()
37 ZoneVector(size_t size, T def, Zone* zone) in ZoneVector()
43 ZoneVector(InputIt first, InputIt last, Zone* zone) in ZoneVector()
54 explicit ZoneDeque(Zone* zone) in ZoneDeque()
66 explicit ZoneLinkedList(Zone* zone) in ZoneLinkedList()
77 explicit ZonePriorityQueue(Zone* zone) in ZonePriorityQueue()
88 explicit ZoneQueue(Zone* zone) in ZoneQueue()
98 explicit ZoneStack(Zone* zone) in ZoneStack()
108 explicit ZoneSet(Zone* zone) in ZoneSet()
[all …]
Dzone.h120 void* operator new(size_t size, Zone* zone) { return zone->New(size); } in new()
131 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
138 explicit ZoneAllocationPolicy(Zone* zone) : zone_(zone) {} in ZoneAllocationPolicy()
141 Zone* zone() const { return zone_; } in zone() function
156 ZoneList(int capacity, Zone* zone) in ZoneList()
160 ZoneList(std::initializer_list<T> list, Zone* zone) in ZoneList()
166 void* operator new(size_t size, Zone* zone) { return zone->New(size); } in new()
169 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList()
177 void Add(const T& element, Zone* zone) { in Add()
180 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll()
[all …]
/external/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 …]
/external/jemalloc/src/
Dzone.c48 zone_size(malloc_zone_t *zone, void *ptr) in zone_size()
64 zone_malloc(malloc_zone_t *zone, size_t size) in zone_malloc()
71 zone_calloc(malloc_zone_t *zone, size_t num, size_t size) in zone_calloc()
78 zone_valloc(malloc_zone_t *zone, size_t size) in zone_valloc()
88 zone_free(malloc_zone_t *zone, void *ptr) in zone_free()
100 zone_realloc(malloc_zone_t *zone, void *ptr, size_t size) in zone_realloc()
111 zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size) in zone_memalign()
123 zone_free_definite_size(malloc_zone_t *zone, void *ptr, size_t size) in zone_free_definite_size()
139 zone_destroy(malloc_zone_t *zone) in zone_destroy()
148 zone_good_size(malloc_zone_t *zone, size_t size) in zone_good_size()
[all …]
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc16 explicit State(Zone* zone) in State()
19 State* Process(HInstruction* instr, Zone* zone) { in Process()
92 Zone* zone) { in Merge()
98 static State* Finish(State* state, HBasicBlock* block, Zone* zone) { in Finish()
139 State* Copy(HBasicBlock* succ_block, HBasicBlock* pred_block, Zone* zone) { in Copy()
152 Zone* zone) { in Merge()
175 explicit Effects(Zone* zone) { } in Effects()
177 void Process(HInstruction* instr, Zone* zone) { } in Process()
179 void Union(Effects* that, Zone* zone) { } in Union()
Dhydrogen-flow-engine.h18 explicit NoEffects(Zone* zone) { } in NoEffects()
27 inline void Process(HInstruction* value, Zone* zone) { in Process()
30 inline void Union(NoEffects* other, Zone* zone) { in Union()
39 inline NoState* Copy(HBasicBlock* succ, Zone* zone) { in Copy()
42 inline NoState* Process(HInstruction* value, Zone* zone) { in Process()
45 inline NoState* Merge(HBasicBlock* succ, NoState* other, Zone* zone) { in Merge()
70 HFlowEngine(HGraph* graph, Zone* zone) in HFlowEngine()
Dhydrogen-load-elimination.cc29 HFieldApproximation* Copy(Zone* zone) { in Copy()
44 HLoadEliminationTable(Zone* zone, HAliasAnalyzer* aliasing) in HLoadEliminationTable()
48 HLoadEliminationTable* Process(HInstruction* instr, Zone* zone) { in Process()
126 Zone* zone) { in Merge()
139 Zone* zone) { in Finish()
147 Zone* zone) { in Copy()
163 HBasicBlock* that_block, Zone* zone) { in Merge()
438 explicit HLoadEliminationEffects(Zone* zone) in HLoadEliminationEffects()
446 void Process(HInstruction* instr, Zone* zone) { in Process()
476 void Union(HLoadEliminationEffects* that, Zone* zone) { in Union()
Dunique.h153 UniqueSet(int capacity, Zone* zone) in UniqueSet()
160 UniqueSet(Unique<T> uniq, Zone* zone) in UniqueSet()
166 void Add(Unique<T> uniq, Zone* zone) { in Add()
235 UniqueSet<T>* Intersect(const UniqueSet<T>* that, Zone* zone) const { in Intersect()
262 UniqueSet<T>* Union(const UniqueSet<T>* that, Zone* zone) const { in Union()
295 UniqueSet<T>* Subtract(const UniqueSet<T>* that, Zone* zone) const { in Subtract()
314 UniqueSet<T>* Copy(Zone* zone) const { in Copy()
344 void Grow(int size, Zone* zone) { in Grow()
Dhydrogen-gvn.cc16 HInstructionMap(Zone* zone, SideEffectsTracker* side_effects_tracker) in HInstructionMap()
30 void Add(HInstruction* instr, Zone* zone) { in Add()
136 HInstructionMap::HInstructionMap(Zone* zone, const HInstructionMap* other) in HInstructionMap()
216 void HInstructionMap::Resize(int new_size, Zone* zone) { in Resize()
261 void HInstructionMap::ResizeLists(int new_size, Zone* zone) { in ResizeLists()
284 void HInstructionMap::Insert(HInstruction* instr, Zone* zone) { in Insert()
680 static GvnBasicBlockState* CreateEntry(Zone* zone, in CreateEntry()
692 Zone* zone, in next_in_dominator_tree_traversal()
718 Zone* zone) { in Initialize()
733 Zone* zone) in GvnBasicBlockState()
[all …]
Dhydrogen-instructions.cc630 void HValue::AddNewRange(Range* r, Zone* zone) { in AddNewRange()
646 void HValue::ComputeInitialRange(Zone* zone) { in ComputeInitialRange()
985 Range* HBoundsCheck::InferRange(Zone* zone) { in InferRange()
1161 Range* HUnaryMathOperation::InferRange(Zone* zone) { in InferRange()
1354 HInstruction* HAdd::New(Isolate* isolate, Zone* zone, HValue* context, in New()
1461 HInstruction* HForceRepresentation::New(Isolate* isolate, Zone* zone, in New()
1675 Range* HValue::InferRange(Zone* zone) { in InferRange()
1690 Range* HChange::InferRange(Zone* zone) { in InferRange()
1721 Range* HConstant::InferRange(Zone* zone) { in InferRange()
1734 Range* HPhi::InferRange(Zone* zone) { in InferRange()
[all …]
/external/v8/src/ast/
Dast-types.h404 static AstType* New(i::Handle<i::Map> map, Zone* zone) { in New()
434 static AstType* New(i::Handle<i::Object> value, Zone* zone) { in New()
482 AstBitsetType::bitset representation, Zone* zone) { in New()
491 Zone* zone) { in New()
526 static AstType* New(AstType* outer, Zone* zone) { in New()
555 static AstType* New(AstType* element, Zone* zone) { in New()
593 AstStructuralType(Kind kind, int length, i::Zone* zone) in AstStructuralType()
619 AstFunctionType(AstType* result, AstType* receiver, int arity, Zone* zone) in AstFunctionType()
626 Zone* zone) { in New()
650 AstTupleType(int length, Zone* zone) in AstTupleType()
[all …]
Dmodules.cc17 const AstRawString* module_request, Scanner::Location loc, Zone* zone) { in AddImport()
28 Scanner::Location loc, Zone* zone) { in AddStarImport()
42 Scanner::Location loc, Zone* zone) { in AddExport()
52 const AstRawString* module_request, Scanner::Location loc, Zone* zone) { in AddExport()
64 const AstRawString* module_request, Scanner::Location loc, Zone* zone) { in AddStarExport()
186 void ModuleDescriptor::MakeIndirectExportsExplicit(Zone* zone) { in MakeIndirectExportsExplicit()
293 Zone* zone) { in Validate()
/external/v8/src/compiler/
Dlive-range-separator.h22 LiveRangeSeparator(RegisterAllocationData* data, Zone* zone) in LiveRangeSeparator()
29 Zone* zone() const { return zone_; } in zone() function
40 LiveRangeMerger(RegisterAllocationData* data, Zone* zone) in LiveRangeMerger()
47 Zone* zone() const { return zone_; } in zone() function
Dtypes.h324 static Type* New(double value, Zone* zone) { in New()
395 static Type* New(double min, double max, Zone* zone) { in New()
403 static Type* New(Limits lim, Zone* zone) { in New()
451 StructuralType(Kind kind, int length, i::Zone* zone) in StructuralType()
474 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {} in TupleType()
476 static Type* New(int length, Zone* zone) { in New()
498 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {} in UnionType()
500 static Type* New(int length, Zone* zone) { in New()
529 static Type* OtherNumberConstant(double value, Zone* zone) { in OtherNumberConstant()
532 static Type* HeapConstant(i::Handle<i::HeapObject> value, Zone* zone) { in HeapConstant()
[all …]
Dbytecode-liveness-map.cc11 BytecodeLiveness::BytecodeLiveness(int register_count, Zone* zone) in BytecodeLiveness()
15 BytecodeLivenessMap::BytecodeLivenessMap(int bytecode_size, Zone* zone) in BytecodeLivenessMap()
24 Zone* zone) { in InitializeLiveness()
Dmemory-optimizer.h67 static AllocationState const* Empty(Zone* zone) { in Empty()
70 static AllocationState const* Closed(AllocationGroup* group, Zone* zone) { in Closed()
74 Node* top, Zone* zone) { in Open()
134 Zone* zone() const { return zone_; } in zone() function
Dzone-stats.cc52 void ZoneStats::StatsScope::ZoneReturned(Zone* zone) { in ZoneReturned()
88 Zone* zone = new Zone(allocator_, zone_name); in NewEmptyZone() local
93 void ZoneStats::ReturnZone(Zone* zone) { in ReturnZone()
Dlinkage.cc127 CallDescriptor* Linkage::ComputeIncoming(Zone* zone, CompilationInfo* info) { in ComputeIncoming()
209 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count, in GetRuntimeCallDescriptor()
225 Zone* zone, int return_count, int js_parameter_count, in GetCEntryStubCallDescriptor()
282 CallDescriptor* Linkage::GetJSCallDescriptor(Zone* zone, bool is_osr, in GetJSCallDescriptor()
340 Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, in GetStubCallDescriptor()
400 CallDescriptor* Linkage::GetAllocateCallDescriptor(Zone* zone) { in GetAllocateCallDescriptor()
426 Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, in GetBytecodeDispatchCallDescriptor()
/external/v8/src/
Dbit-vector.h65 BitVector(int length, Zone* zone) in BitVector()
73 BitVector(const BitVector& other, Zone* zone) in BitVector()
197 Iterator(const GrowableBitVector* target, Zone* zone) in Iterator()
209 GrowableBitVector(int length, Zone* zone) in GrowableBitVector()
217 void Add(int value, Zone* zone) { in Add()
222 void Union(const GrowableBitVector& other, Zone* zone) { in Union()
239 void EnsureCapacity(int value, Zone* zone) { in EnsureCapacity()
Deffects.h79 explicit EffectsMixin(Zone* zone) : Base(zone) {} in EffectsMixin()
174 explicit EffectsBase(Zone* zone) : map_(new(zone) Mapping(zone)) {} in EffectsBase()
183 Zone* zone() { return map_->allocator().zone(); } in zone() function
224 explicit Effects(Zone* zone) in Effects()
233 explicit NestedEffectsBase(Zone* zone) : node_(new(zone) Node(zone)) {} in NestedEffectsBase()
253 Zone* zone() { return node_->zone; } in zone() function
279 Zone* zone; member
283 : zone(zone), effects(zone), previous(previous) {} in zone() function
312 explicit NestedEffects(Zone* zone) : in NestedEffects()
/external/v8/src/asmjs/
Dasm-types.h141 AsmFunctionType(Zone* zone, AsmType* return_type) in AsmFunctionType()
168 explicit AsmOverloadedFunctionType(Zone* zone) : overloads_(zone) {} in AsmOverloadedFunctionType()
241 static AsmType* Function(Zone* zone, AsmType* ret) { in Function()
248 static AsmType* OverloadedFunction(Zone* zone) { in OverloadedFunction()
260 static AsmType* FFIType(Zone* zone) { in FFIType()
266 static AsmType* FunctionTableType(Zone* zone, size_t length, in FunctionTableType()
/external/boringssl/src/crypto/x509v3/
Dv3_sxnet.c157 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen) in SXNET_add_id_asc()
187 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user, in SXNET_add_id_INTEGER()
235 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone) in SXNET_get_id_asc()
262 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone) in SXNET_get_id_INTEGER()
/external/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
/external/zlib/src/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
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTaiwanCalendar.java81 public TaiwanCalendar(TimeZone zone) { in TaiwanCalendar()
115 public TaiwanCalendar(TimeZone zone, Locale aLocale) { in TaiwanCalendar()
127 public TaiwanCalendar(TimeZone zone, ULocale locale) { in TaiwanCalendar()

12345678910>>...16