Home
last modified time | relevance | path

Searched refs:LabelPatch (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h33 } LabelPatch; typedef
43 LabelPatch* patches; /* Array of label patches. */
H A Demu_load.c482 LabelPatch* lp = &stp->labels[i].patches[patch]; in beam_load_finish_emit()
738 lp->num_allocated * sizeof(LabelPatch)); in init_label()
765 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
1047 LabelPatch* packed_label = 0; in beam_load_emit_op()
1064 LabelPatch* lbl_p; in beam_load_emit_op()
1143 LabelPatch* lp = stp->labels[w].patches; in beam_load_emit_op()
1277 LabelPatch* lp = stp->labels[lbl].patches; in beam_load_emit_op()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h33 } LabelPatch; typedef
43 LabelPatch* patches; /* Array of label patches. */
H A Demu_load.c482 LabelPatch* lp = &stp->labels[i].patches[patch]; in beam_load_finish_emit()
738 lp->num_allocated * sizeof(LabelPatch)); in init_label()
765 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
1047 LabelPatch* packed_label = 0; in beam_load_emit_op()
1064 LabelPatch* lbl_p; in beam_load_emit_op()
1143 LabelPatch* lp = stp->labels[w].patches; in beam_load_emit_op()
1277 LabelPatch* lp = stp->labels[lbl].patches; in beam_load_emit_op()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h33 } LabelPatch; typedef
43 LabelPatch* patches; /* Array of label patches. */
H A Demu_load.c482 LabelPatch* lp = &stp->labels[i].patches[patch]; in beam_load_finish_emit()
738 lp->num_allocated * sizeof(LabelPatch)); in init_label()
765 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
1047 LabelPatch* packed_label = 0; in beam_load_emit_op()
1064 LabelPatch* lbl_p; in beam_load_emit_op()
1143 LabelPatch* lp = stp->labels[w].patches; in beam_load_emit_op()
1277 LabelPatch* lp = stp->labels[lbl].patches; in beam_load_emit_op()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Dload.h33 } LabelPatch; typedef
43 LabelPatch* patches; /* Array of label patches. */
H A Demu_load.c482 LabelPatch* lp = &stp->labels[i].patches[patch]; in beam_load_finish_emit()
738 lp->num_allocated * sizeof(LabelPatch)); in init_label()
765 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
1047 LabelPatch* packed_label = 0; in beam_load_emit_op()
1064 LabelPatch* lbl_p; in beam_load_emit_op()
1143 LabelPatch* lp = stp->labels[w].patches; in beam_load_emit_op()
1277 LabelPatch* lp = stp->labels[lbl].patches; in beam_load_emit_op()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h191 struct LabelPatch { struct
199 LabelPatch(jit::Label* label, jit::CodeOffset patchOffset) in LabelPatch() argument
204 Vector<LabelPatch, 4, SystemAllocPolicy> labelPatches;
H A DNativeRegExpMacroAssembler.cpp496 LabelPatch& v = labelPatches[i]; in GenerateCode()
1039 if (!labelPatches.append(LabelPatch(label, patchOffset))) in PushBacktrack()
1055 LabelPatch& v = labelPatches[i]; in BindBacktrack()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h188 struct LabelPatch { struct
196 LabelPatch(jit::Label* label, jit::CodeOffset patchOffset) in LabelPatch() function
201 Vector<LabelPatch, 4, SystemAllocPolicy> labelPatches;
H A DNativeRegExpMacroAssembler.cpp471 LabelPatch& v = labelPatches[i]; in GenerateCode()
1008 if (!labelPatches.append(LabelPatch(label, patchOffset))) in PushBacktrack()
1024 LabelPatch& v = labelPatches[i]; in BindBacktrack()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h192 struct LabelPatch { struct
200 LabelPatch(jit::Label* label, jit::CodeOffset patchOffset) in LabelPatch() argument
205 Vector<LabelPatch, 4, SystemAllocPolicy> labelPatches;
H A DNativeRegExpMacroAssembler.cpp524 LabelPatch& v = labelPatches[i]; in GenerateCode()
1077 if (!labelPatches.append(LabelPatch(label, patchOffset))) in PushBacktrack()
1093 LabelPatch& v = labelPatches[i]; in BindBacktrack()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h192 struct LabelPatch { struct
200 LabelPatch(jit::Label* label, jit::CodeOffset patchOffset) in LabelPatch() argument
205 Vector<LabelPatch, 4, SystemAllocPolicy> labelPatches;
H A DNativeRegExpMacroAssembler.cpp507 LabelPatch& v = labelPatches[i]; in GenerateCode()
1060 if (!labelPatches.append(LabelPatch(label, patchOffset))) in PushBacktrack()
1076 LabelPatch& v = labelPatches[i]; in BindBacktrack()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpNativeMacroAssembler.h259 class LabelPatch {
261 LabelPatch(js::jit::CodeOffset patchOffset, size_t labelOffset) in LabelPatch() function
268 js::Vector<LabelPatch, 4, js::SystemAllocPolicy> labelPatches_;
H A DRegExpNativeMacroAssembler.cpp860 for (LabelPatch& lp : labelPatches_) { in GetCode()
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpNativeMacroAssembler.h259 class LabelPatch {
261 LabelPatch(js::jit::CodeOffset patchOffset, size_t labelOffset) in LabelPatch() function
268 js::Vector<LabelPatch, 4, js::SystemAllocPolicy> labelPatches_;
H A DRegExpNativeMacroAssembler.cpp860 for (LabelPatch& lp : labelPatches_) { in GetCode()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpNativeMacroAssembler.h259 class LabelPatch {
261 LabelPatch(js::jit::CodeOffset patchOffset, size_t labelOffset) in LabelPatch() function
268 js::Vector<LabelPatch, 4, js::SystemAllocPolicy> labelPatches_;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-macro-assembler-arch.h255 class LabelPatch {
257 LabelPatch(js::jit::CodeOffset patchOffset, size_t labelOffset) in LabelPatch() function
264 js::Vector<LabelPatch, 4, js::SystemAllocPolicy> labelPatches_;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbeam_load.c87 } LabelPatch; typedef
98 LabelPatch* patches; /* Array of label patches. */
1932 lp->num_allocated * sizeof(LabelPatch)); in init_label()
1946 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
2539 LabelPatch* packed_label = 0; in load_code()
2556 LabelPatch* lbl_p; in load_code()
2635 LabelPatch* lp = stp->labels[w].patches; in load_code()
2779 LabelPatch* lp = stp->labels[lbl].patches; in load_code()
5111 LabelPatch* lp = &stp->labels[i].patches[patch]; in freeze_code()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbeam_load.c87 } LabelPatch; typedef
98 LabelPatch* patches; /* Array of label patches. */
1927 lp->num_allocated * sizeof(LabelPatch)); in init_label()
1941 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
2534 LabelPatch* packed_label = 0; in load_code()
2551 LabelPatch* lbl_p; in load_code()
2630 LabelPatch* lp = stp->labels[w].patches; in load_code()
2774 LabelPatch* lp = stp->labels[lbl].patches; in load_code()
5050 LabelPatch* lp = &stp->labels[i].patches[patch]; in freeze_code()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbeam_load.c87 } LabelPatch; typedef
98 LabelPatch* patches; /* Array of label patches. */
1933 lp->num_allocated * sizeof(LabelPatch)); in init_label()
1947 lp->num_allocated * sizeof(LabelPatch)); in register_label_patch()
2544 LabelPatch* packed_label = 0; in load_code()
2561 LabelPatch* lbl_p; in load_code()
2640 LabelPatch* lp = stp->labels[w].patches; in load_code()
2778 LabelPatch* lp = stp->labels[lbl].patches; in load_code()
5123 LabelPatch* lp = &stp->labels[i].patches[patch]; in freeze_code()

12