Home
last modified time | relevance | path

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

1234567891011

/external/jemalloc/src/
Dzone.c16 static malloc_zone_t zone; variable
47 zone_size(malloc_zone_t *zone, void *ptr) in zone_size()
63 zone_malloc(malloc_zone_t *zone, size_t size) in zone_malloc()
70 zone_calloc(malloc_zone_t *zone, size_t num, size_t size) in zone_calloc()
77 zone_valloc(malloc_zone_t *zone, size_t size) in zone_valloc()
87 zone_free(malloc_zone_t *zone, void *ptr) in zone_free()
99 zone_realloc(malloc_zone_t *zone, void *ptr, size_t size) in zone_realloc()
110 zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size) in zone_memalign()
122 zone_free_definite_size(malloc_zone_t *zone, void *ptr, size_t size) in zone_free_definite_size()
136 zone_destroy(malloc_zone_t *zone) in zone_destroy()
[all …]
/external/icu/icu4c/source/i18n/
Dvzone.cpp39 vzone_close(VZone* zone) { in vzone_close()
44 vzone_clone(const VZone *zone) { in vzone_clone()
54 vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) { in vzone_getTZURL()
65 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) { in vzone_setTZURL()
71 vzone_getLastModified(VZone* zone, UDate& lastModified) { in vzone_getLastModified()
76 vzone_setLastModified(VZone* zone, UDate lastModified) { in vzone_setLastModified()
81 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_write()
93 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode&… in vzone_writeFromStart()
105 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& sta… in vzone_writeSimple()
117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, in vzone_getOffset()
[all …]
/external/v8/src/
Dzone.h143 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); } in delete()
154 Zone* zone() { return zone_; } in zone() function
168 Zone* zone() { return zone_; } in zone() function
184 ZoneList(int capacity, Zone* zone) in ZoneList()
190 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList()
198 INLINE(void Add(const T& element, Zone* zone)) { in INLINE()
201 INLINE(void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone)) { in INLINE()
204 INLINE(void AddAll(const Vector<T>& other, Zone* zone)) { in INLINE()
207 INLINE(void InsertAt(int index, const T& element, Zone* zone)) { in INLINE()
211 INLINE(Vector<T> AddBlock(T value, int count, Zone* zone)) { in INLINE()
[all …]
Dhydrogen-removable-simulates.cc14 explicit State(Zone* zone) in State()
17 State* Process(HInstruction* instr, Zone* zone) { in Process()
83 Zone* zone) { in Merge()
89 static State* Finish(State* state, HBasicBlock* block, Zone* zone) { in Finish()
130 State* Copy(HBasicBlock* succ_block, HBasicBlock* pred_block, Zone* zone) { in Copy()
143 Zone* zone) { in Merge()
166 explicit Effects(Zone* zone) { } in Effects()
168 void Process(HInstruction* instr, Zone* zone) { } in Process()
170 void Union(Effects* that, Zone* zone) { } in Union()
Dzone-containers.h23 explicit ZoneVector(Zone* zone) in ZoneVector()
28 ZoneVector(int size, T def, Zone* zone) in ZoneVector()
38 explicit ZoneDeque(Zone* zone) in ZoneDeque()
48 explicit ZoneQueue(Zone* zone) in ZoneQueue()
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()
Dunique.h139 UniqueSet(int capacity, Zone* zone) in UniqueSet()
146 UniqueSet(Unique<T> uniq, Zone* zone) in UniqueSet()
152 void Add(Unique<T> uniq, Zone* zone) { in Add()
221 UniqueSet<T>* Intersect(const UniqueSet<T>* that, Zone* zone) const { in Intersect()
248 UniqueSet<T>* Union(const UniqueSet<T>* that, Zone* zone) const { in Union()
281 UniqueSet<T>* Subtract(const UniqueSet<T>* that, Zone* zone) const { in Subtract()
300 UniqueSet<T>* Copy(Zone* zone) const { in Copy()
330 void Grow(int size, Zone* zone) { in Grow()
Dhydrogen-load-elimination.cc27 HFieldApproximation* Copy(Zone* zone) { in Copy()
42 HLoadEliminationTable(Zone* zone, HAliasAnalyzer* aliasing) in HLoadEliminationTable()
46 HLoadEliminationTable* Process(HInstruction* instr, Zone* zone) { in Process()
124 Zone* zone) { in Merge()
137 Zone* zone) { in Finish()
145 Zone* zone) { in Copy()
161 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()
Dzone-inl.h47 void* ZoneObject::operator new(size_t size, Zone* zone) { in new()
58 void* ZoneList<T>::operator new(size_t size, Zone* zone) { in new()
64 void* ZoneSplayTree<T>::operator new(size_t size, Zone* zone) { in new()
Ddata-flow.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()
237 void EnsureCapacity(int value, Zone* zone) { in EnsureCapacity()
Dinterface.cc12 Interface* Interface::Lookup(Handle<String> name, Zone* zone) { in Lookup()
42 Zone* zone, bool* ok) { in DoAdd()
91 void Interface::Unify(Interface* that, Zone* zone, bool* ok) { in Unify()
140 void Interface::DoUnify(Interface* that, bool* ok, Zone* zone) { in DoUnify()
Deffects.h81 explicit EffectsMixin(Zone* zone) : Base(zone) {} in EffectsMixin()
176 explicit EffectsBase(Zone* zone) : map_(new(zone) Mapping(zone)) {} in EffectsBase()
185 Zone* zone() { return map_->allocator().zone(); } in zone() function
226 explicit Effects(Zone* zone) in Effects()
235 explicit NestedEffectsBase(Zone* zone) : node_(new(zone) Node(zone)) {} in NestedEffectsBase()
255 Zone* zone() { return node_->zone; } in zone() function
281 Zone* zone; member
285 : zone(zone), effects(zone), previous(previous) {} in zone() function
314 explicit NestedEffects(Zone* zone) : in NestedEffects()
/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc89 INTERCEPTOR(void, malloc_set_zone_name, malloc_zone_t *zone, const char *name) { in INTERCEPTOR()
159 size_t __asan_mz_size(malloc_zone_t* zone, const void* ptr) { in __asan_mz_size()
165 void *__asan_mz_malloc(malloc_zone_t *zone, uptr size) { in __asan_mz_malloc()
176 void *__asan_mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { in __asan_mz_calloc()
194 void *__asan_mz_valloc(malloc_zone_t *zone, size_t size) { in __asan_mz_valloc()
223 void __asan_mz_free(malloc_zone_t *zone, void *ptr) { in __asan_mz_free()
229 void *__asan_mz_realloc(malloc_zone_t *zone, void *ptr, size_t size) { in __asan_mz_realloc()
250 void __asan_mz_destroy(malloc_zone_t* zone) { in __asan_mz_destroy()
257 void *__asan_mz_memalign(malloc_zone_t *zone, size_t align, size_t size) { in __asan_mz_memalign()
283 size_t mi_good_size(malloc_zone_t *zone, size_t size) { in mi_good_size()
[all …]
/external/v8/test/cctest/
Dtest-unique.cc146 Zone zone(isolate); in TEST() local
173 Zone zone(isolate); in TEST() local
213 Zone zone(isolate); in TEST() local
244 Zone zone(isolate); in TEST() local
281 Zone zone(isolate); in TEST() local
319 Zone zone(isolate); in TEST() local
354 Zone zone(isolate); in TEST() local
381 static UniqueSet<T>* MakeSet(Zone* zone, int which, Unique<T>* elements) { in MakeSet()
397 Zone zone(isolate); in TEST() local
420 Zone zone(isolate); in TEST() local
[all …]
Dtest-regexp.cc89 Zone zone(CcTest::i_isolate()); in CheckParse() local
99 Zone zone(CcTest::i_isolate()); in CheckParseEq() local
114 Zone zone(CcTest::i_isolate()); in CheckSimple() local
132 Zone zone(CcTest::i_isolate()); in CheckMinMaxMatch() local
405 Zone zone(CcTest::i_isolate()); in ExpectError() local
474 Zone zone(CcTest::i_isolate()); in TestCharacterClassEscapes() local
501 Zone* zone) { in Compile()
521 Zone zone(CcTest::i_isolate()); in Execute() local
559 Zone zone(CcTest::i_isolate()); in TEST() local
626 Zone zone(CcTest::i_isolate()); in TEST() local
[all …]
/external/v8/src/compiler/
Dgeneric-graph.h19 explicit GenericGraphBase(Zone* zone) : zone_(zone), next_node_id_(0) {} in GenericGraphBase()
21 Zone* zone() const { return zone_; } in zone() function
34 explicit GenericGraph(Zone* zone) in GenericGraph()
Dlinkage.cc140 CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { in GetJSCallDescriptor()
148 Operator::Properties properties, Zone* zone) { in GetRuntimeCallDescriptor()
156 CallDescriptor::Flags flags, Zone* zone) { in GetStubCallDescriptor()
162 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
Dlinkage-impl.h29 static CallDescriptor* GetJSCallDescriptor(Zone* zone, in GetJSCallDescriptor()
72 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count, in GetRuntimeCallDescriptor()
132 Zone* zone, CallInterfaceDescriptor descriptor, int stack_parameter_count, in GetStubCallDescriptor()
182 static CallDescriptor* GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
Dcommon-node-cache.h18 explicit CommonNodeCache(Zone* zone) : zone_(zone) {} in CommonNodeCache()
38 Zone* zone() const { return zone_; } in zone() function
/external/v8/src/compiler/ia32/
Dlinkage-ia32.cc33 CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { in GetJSCallDescriptor()
40 Operator::Properties properties, Zone* zone) { in GetRuntimeCallDescriptor()
48 CallDescriptor::Flags flags, Zone* zone) { in GetStubCallDescriptor()
54 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
/external/v8/src/compiler/arm64/
Dlinkage-arm64.cc38 CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { in GetJSCallDescriptor()
45 Operator::Properties properties, Zone* zone) { in GetRuntimeCallDescriptor()
53 CallDescriptor::Flags flags, Zone* zone) { in GetStubCallDescriptor()
59 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
/external/v8/src/compiler/arm/
Dlinkage-arm.cc38 CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { in GetJSCallDescriptor()
45 Operator::Properties properties, Zone* zone) { in GetRuntimeCallDescriptor()
53 CallDescriptor::Flags flags, Zone* zone) { in GetStubCallDescriptor()
59 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
/external/v8/src/compiler/x64/
Dlinkage-x64.cc52 CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { in GetJSCallDescriptor()
59 Operator::Properties properties, Zone* zone) { in GetRuntimeCallDescriptor()
67 CallDescriptor::Flags flags, Zone* zone) { in GetStubCallDescriptor()
73 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor()
/external/boringssl/src/crypto/x509v3/
Dv3_sxnet.c157 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, in SXNET_add_id_asc()
188 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user, in SXNET_add_id_INTEGER()
228 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone) in SXNET_get_id_asc()
255 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

1234567891011