Home
last modified time | relevance | path

Searched refs:need_heap (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_arith.c329 int need_heap; in erts_mixed_plus() local
403 hp = HAlloc(p, need_heap); in erts_mixed_plus()
474 int need_heap; in erts_mixed_minus() local
537 hp = HAlloc(p, need_heap); in erts_mixed_minus()
617 int need_heap; in erts_mixed_times() local
1166 int need_heap; in erts_gc_mixed_plus() local
1256 p->htop += need_heap; in erts_gc_mixed_plus()
1333 int need_heap; in erts_gc_mixed_minus() local
1412 p->htop += need_heap; in erts_gc_mixed_minus()
1498 int need_heap; in erts_gc_mixed_times() local
[all …]
H A Dbif.c2368 int need_heap; in accumulate() local
2375 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2377 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2384 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_arith.c328 int need_heap; in erts_mixed_plus() local
401 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
402 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
404 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
475 int need_heap; in erts_unary_minus() local
505 need_heap = BIG_NEED_SIZE(sz); in erts_unary_minus()
538 int need_heap; in erts_mixed_minus() local
600 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
601 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
681 int need_heap; in erts_mixed_times() local
[all …]
H A Dbif.c2686 int need_heap; in accumulate() local
2693 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2695 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2702 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_arith.c328 int need_heap; in erts_mixed_plus() local
401 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
402 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
404 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
475 int need_heap; in erts_unary_minus() local
505 need_heap = BIG_NEED_SIZE(sz); in erts_unary_minus()
538 int need_heap; in erts_mixed_minus() local
600 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
601 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
681 int need_heap; in erts_mixed_times() local
[all …]
H A Dbif.c2686 int need_heap; in accumulate() local
2693 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2695 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2702 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_arith.c328 int need_heap; in erts_mixed_plus() local
401 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
402 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
404 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
475 int need_heap; in erts_unary_minus() local
505 need_heap = BIG_NEED_SIZE(sz); in erts_unary_minus()
538 int need_heap; in erts_mixed_minus() local
600 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
601 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
681 int need_heap; in erts_mixed_times() local
[all …]
H A Dbif.c2686 int need_heap; in accumulate() local
2693 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2695 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2702 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_arith.c328 int need_heap; in erts_mixed_plus() local
401 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
402 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
404 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
475 int need_heap; in erts_unary_minus() local
505 need_heap = BIG_NEED_SIZE(sz); in erts_unary_minus()
538 int need_heap; in erts_mixed_minus() local
600 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
601 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
681 int need_heap; in erts_mixed_times() local
[all …]
H A Dbif.c2686 int need_heap; in accumulate() local
2693 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2695 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2702 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_arith.c321 int need_heap; in erts_mixed_plus() local
394 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
395 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
397 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
466 int need_heap; in erts_mixed_minus() local
528 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
529 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
531 maybe_shrink(p, hp, res, need_heap); in erts_mixed_minus()
609 int need_heap; in erts_mixed_times() local
720 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_times()
[all …]
H A Dbif.c2502 int need_heap; in accumulate() local
2509 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2511 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2518 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_arith.c321 int need_heap; in erts_mixed_plus() local
394 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_plus()
395 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_plus()
397 maybe_shrink(p, hp, res, need_heap); in erts_mixed_plus()
466 int need_heap; in erts_mixed_minus() local
528 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_minus()
529 hp = HeapFragOnlyAlloc(p, need_heap); in erts_mixed_minus()
531 maybe_shrink(p, hp, res, need_heap); in erts_mixed_minus()
609 int need_heap; in erts_mixed_times() local
720 need_heap = BIG_NEED_SIZE(sz); in erts_mixed_times()
[all …]
H A Dbif.c2384 int need_heap; in accumulate() local
2391 need_heap = BIG_NEED_SIZE(BIG_SIZE(big)); in accumulate()
2393 if (BIG_NEED_SIZE(big_size(acc)) > need_heap) { in accumulate()
2400 (need_heap+1) * sizeof(Eterm)); in accumulate()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_codegen.erl142 cg({need_heap,0}, _Le, _Vdb, Bef, St) ->
144 cg({need_heap,H}, _Le, _Vdb, Bef, St) ->
158 end, {Bef,St0}, need_heap(Kes, I)),
165 need_heap(Kes0, I) -> function
202 need_heap_need(I, H, _F) -> [#l{ke={need_heap,H},i=I}].
352 {Int0,X0_v0,St0}, need_heap(Kes, Fb)),
355 cg_basic_block(Ke, {Inta,X0v,Sta}, _Lf, Vdb) when element(1, Ke#l.ke) =:= need_heap ->
761 end, {Bef,St0}, need_heap(Kes, I)),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl396 end, {Bef,St0}, need_heap(Kes)),
403 need_heap(Kes0) -> function
767 {Int,St0}, need_heap(Kes)),
1437 end, {Bef,St0}, need_heap(Kes)),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_codegen.erl169 Linear1 = need_heap(Linear0),
194 need_heap(Bs0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_ssa_codegen.erl174 Linear1 = need_heap(Linear0),
200 need_heap(Bs0) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_ssa_codegen.erl172 Linear1 = need_heap(Linear0),
198 need_heap(Bs0) -> function

12