Home
last modified time | relevance | path

Searched refs:slow_path (Results 1 – 17 of 17) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h43 UNUSED size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() argument
72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small()
78 if (slow_path && config_fill) { in tcache_alloc_small()
87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) { in tcache_alloc_small()
107 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large() argument
134 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large()
141 if (slow_path && config_fill) { in tcache_alloc_large()
169 bool slow_path) { in tcache_dalloc_small() argument
175 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small()
194 bool slow_path) { in tcache_dalloc_large() argument
[all …]
Darena_inlines_b.h88 tcache_t *tcache, bool slow_path) { in arena_malloc() argument
95 tcache, size, ind, zero, slow_path); in arena_malloc()
99 tcache, size, ind, zero, slow_path); in arena_malloc()
191 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_dalloc() argument
225 slow_path); in arena_dalloc()
230 slow_path); in arena_dalloc()
233 szind, slow_path); in arena_dalloc()
288 alloc_ctx_t *alloc_ctx, bool slow_path) { in arena_sdalloc() argument
337 slow_path); in arena_sdalloc()
342 slow_path); in arena_sdalloc()
[all …]
Djemalloc_internal_inlines_c.h42 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() argument
53 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm()
61 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) { in ialloc() argument
63 NULL, slow_path); in ialloc()
105 bool is_internal, bool slow_path) { in idalloctm() argument
118 arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path); in idalloctm()
128 alloc_ctx_t *alloc_ctx, bool slow_path) { in isdalloct() argument
131 arena_sdalloc(tsdn, ptr, size, tcache, alloc_ctx, slow_path); in isdalloct()
Darena_externs.h61 bool slow_path);
/external/jemalloc/include/jemalloc/internal/
Dtcache.h180 size_t size, szind_t ind, bool zero, bool slow_path);
182 size_t size, szind_t ind, bool zero, bool slow_path);
184 szind_t binind, bool slow_path);
186 size_t size, bool slow_path);
296 szind_t binind, bool zero, bool slow_path) in tcache_alloc_small() argument
324 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small()
330 if (slow_path && config_fill) { in tcache_alloc_small()
338 if (slow_path && config_fill && unlikely(opt_junk_alloc)) { in tcache_alloc_small()
355 szind_t binind, bool zero, bool slow_path) in tcache_alloc_large() argument
381 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large()
[all …]
Djemalloc_internal.h994 tcache_t *tcache, bool is_metadata, arena_t *arena, bool slow_path);
996 bool slow_path);
1006 bool slow_path);
1008 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path);
1010 bool slow_path);
1012 bool slow_path);
1053 bool is_metadata, arena_t *arena, bool slow_path) in iallocztm() argument
1061 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path); in iallocztm()
1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) in ialloc() argument
1074 false, NULL, slow_path)); in ialloc()
[all …]
Djemalloc_internal.h.in994 tcache_t *tcache, bool is_metadata, arena_t *arena, bool slow_path);
996 bool slow_path);
1006 bool slow_path);
1008 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path);
1010 bool slow_path);
1012 bool slow_path);
1053 bool is_metadata, arena_t *arena, bool slow_path) argument
1061 ret = arena_malloc(tsdn, arena, size, ind, zero, tcache, slow_path);
1070 ialloc(tsd_t *tsd, size_t size, szind_t ind, bool zero, bool slow_path) argument
1074 false, NULL, slow_path));
[all …]
Darena.h707 bool zero, tcache_t *tcache, bool slow_path);
710 void arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path);
712 bool slow_path);
1352 tcache_t *tcache, bool slow_path) in arena_malloc() argument
1361 tcache, size, ind, zero, slow_path)); in arena_malloc()
1365 tcache, size, ind, zero, slow_path)); in arena_malloc()
1437 arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path) in arena_dalloc() argument
1468 binind, slow_path); in arena_dalloc()
1484 size - large_pad, slow_path); in arena_dalloc()
1497 bool slow_path) in arena_sdalloc() argument
[all …]
/external/jemalloc/src/
Djemalloc.c1538 prof_tctx_t *tctx, bool slow_path) argument
1546 p = ialloc(tsd, LARGE_MINCLASS, ind_large, zero, slow_path);
1551 p = ialloc(tsd, usize, ind, zero, slow_path);
1557 ialloc_prof(tsd_t *tsd, size_t usize, szind_t ind, bool zero, bool slow_path) argument
1564 p = ialloc_prof_sample(tsd, usize, ind, zero, tctx, slow_path);
1566 p = ialloc(tsd, usize, ind, zero, slow_path);
1584 bool slow_path) argument
1589 if (slow_path && unlikely(malloc_init())) {
1602 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1609 return (ialloc_prof(tsd, *usize, ind, zero, slow_path));
[all …]
/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc303 Label slow_path(this); in TF_BUILTIN() local
305 GotoIfNot(IsFastJSArrayWithNoCustomIteration(context, iterable), &slow_path); in TF_BUILTIN()
310 BIND(&slow_path); in TF_BUILTIN()
395 Label slow_path(this); in TF_BUILTIN() local
397 GotoIfForceSlowPath(&slow_path); in TF_BUILTIN()
400 FastIterableToList(context, iterable, &var_result, &slow_path); in TF_BUILTIN()
403 BIND(&slow_path); in TF_BUILTIN()
Dbuiltins-internal-gen.cc246 Label slow_path(this); in InsertIntoRememberedSetAndGoto() local
250 TNode<IntPtrT> slot_set = LoadSlotSet(page, &slow_path); in InsertIntoRememberedSetAndGoto()
254 TNode<IntPtrT> bucket = LoadBucket(slot_set, slot_offset, &slow_path); in InsertIntoRememberedSetAndGoto()
261 BIND(&slow_path); in InsertIntoRememberedSetAndGoto()
265 TNode<IntPtrT> LoadSlotSet(TNode<IntPtrT> page, Label* slow_path) { in LoadSlotSet() argument
269 GotoIf(WordEqual(slot_set, IntPtrConstant(0)), slow_path); in LoadSlotSet()
275 Label* slow_path) { in LoadBucket() argument
281 GotoIf(WordEqual(bucket, IntPtrConstant(0)), slow_path); in LoadBucket()
Dbuiltins-string-gen.cc1486 Label fast_path(this), slow_path(this); in Generate() local
1490 property_to_check, &fast_path, &slow_path); in Generate()
1495 BIND(&slow_path); in Generate()
/external/v8/infra/testing/
Dbuilders.pyl109 {'name': 'mjsunit', 'variant': 'slow_path', 'test_args': ['--gc-stress'], 'shards': 2},
298 {'name': 'v8testing', 'variant': 'slow_path'},
438 {'name': 'v8testing', 'variant': 'slow_path'},
453 {'name': 'v8testing', 'variant': 'slow_path'},
941 'variant': 'slow_path',
1076 {'name': 'v8testing', 'variant': 'slow_path'},
1201 {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
1227 {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
/external/jemalloc_new/src/
Djemalloc.c2208 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { argument
2209 if (!slow_path) {
2214 assert(slow_path);
2237 if (likely(!slow_path)) {
2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { argument
2248 if (!slow_path) {
2253 assert(slow_path);
2295 if (likely(!slow_path)) {
Darena.c1454 bool slow_path) { in arena_dalloc_promoted() argument
1462 sz_size2index(usize), slow_path); in arena_dalloc_promoted()
/external/honggfuzz/examples/linux_kernel_ip/
Dlinux-kernel-4.10.0.patch91 slow_path:
/external/v8/src/compiler/
Dwasm-compiler.cc6550 v8::internal::compiler::GraphAssemblerLabel<0>* slow_path) { in CanTransformFast() argument
6553 gasm_->GotoIfNot(IsSmi(input), slow_path); in CanTransformFast()
6568 gasm_->Goto(slow_path); in CanTransformFast()
6634 auto slow_path = gasm_->MakeDeferredLabel(); in BuildJSToWasmWrapper() local
6640 CanTransformFast(params[i + 1], sig_->GetParam(i), &slow_path); in BuildJSToWasmWrapper()
6652 gasm_->Bind(&slow_path); in BuildJSToWasmWrapper()