Home
last modified time | relevance | path

Searched refs:CodeSection (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/asm/
H A DcodeBuffer.cpp97 int slop = (int) CodeSection::end_slop(); in initialize()
423 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
484 const CodeSection* prev_cs = NULL; in compute_final_layout()
485 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
551 CodeSection* cs = code_section(n); in finalize_oop_references()
861 exp += CodeSection::end_slop(); in figure_expanded_capacities()
997 CodeSection* sect = code_section(n); in verify_section_allocation()
1032 void CodeSection::dump() { in dump()
1047 void CodeSection::decode() { in decode()
1218 CodeSection* cs = code_section(n); in decode_all()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
339 friend class CodeSection;
424 void freeze_section(CodeSection* cs);
487 CodeSection* consts() { return &_consts; } in consts()
488 CodeSection* insts() { return &_insts; } in insts()
489 CodeSection* stubs() { return &_stubs; } in stubs()
494 CodeSection* code_section(int n) { in code_section()
498 CodeSection* cs = &_consts + n; in code_section()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp95 int slop = (int) CodeSection::end_slop(); in initialize()
394 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
455 const CodeSection* prev_cs = NULL; in compute_final_layout()
456 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
519 CodeSection* cs = code_section(n); in finalize_oop_references()
820 exp += CodeSection::end_slop(); in figure_expanded_capacities()
955 CodeSection* sect = code_section(n); in verify_section_allocation()
989 void CodeSection::dump() { in dump()
1004 void CodeSection::decode() { in decode()
1170 CodeSection* cs = code_section(n); in decode_all()
[all …]
H A DcodeBuffer.hpp79 class CodeSection VALUE_OBJ_CLASS_SPEC {
100 CodeSection() { in CodeSection() function in VALUE_OBJ_CLASS_SPEC
135 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
327 friend class CodeSection;
400 void freeze_section(CodeSection* cs);
423 void expand(CodeSection* which_cs, csize_t amount);
465 CodeSection* insts() { return &_insts; } in insts()
469 CodeSection* code_section(int n) { in code_section()
473 CodeSection* cs = &_consts + n; in code_section()
542 csize_t total_offset_of(CodeSection* cs) const;
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp95 int slop = (int) CodeSection::end_slop(); in initialize()
394 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
455 const CodeSection* prev_cs = NULL; in compute_final_layout()
456 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
519 CodeSection* cs = code_section(n); in finalize_oop_references()
820 exp += CodeSection::end_slop(); in figure_expanded_capacities()
955 CodeSection* sect = code_section(n); in verify_section_allocation()
989 void CodeSection::dump() { in dump()
1004 void CodeSection::decode() { in decode()
1170 CodeSection* cs = code_section(n); in decode_all()
[all …]
H A DcodeBuffer.hpp79 class CodeSection VALUE_OBJ_CLASS_SPEC {
100 CodeSection() { in CodeSection() function in VALUE_OBJ_CLASS_SPEC
135 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
327 friend class CodeSection;
400 void freeze_section(CodeSection* cs);
423 void expand(CodeSection* which_cs, csize_t amount);
465 CodeSection* insts() { return &_insts; } in insts()
469 CodeSection* code_section(int n) { in code_section()
473 CodeSection* cs = &_consts + n; in code_section()
542 csize_t total_offset_of(CodeSection* cs) const;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp97 int slop = (int) CodeSection::end_slop(); in initialize()
241 const CodeSection* cs = code_section(n); in section_index_of()
249 const CodeSection* cs = code_section(n); in locator()
423 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
484 const CodeSection* prev_cs = NULL; in compute_final_layout()
485 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
551 CodeSection* cs = code_section(n); in finalize_oop_references()
861 exp += CodeSection::end_slop(); in figure_expanded_capacities()
997 CodeSection* sect = code_section(n); in verify_section_allocation()
1032 void CodeSection::decode() { in decode()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
338 friend class CodeSection;
423 void freeze_section(CodeSection* cs);
486 CodeSection* consts() { return &_consts; } in consts()
487 CodeSection* insts() { return &_insts; } in insts()
488 CodeSection* stubs() { return &_stubs; } in stubs()
493 CodeSection* code_section(int n) { in code_section()
497 CodeSection* cs = &_consts + n; in code_section()
[all …]
H A Dassembler.hpp209 CodeSection* _code_section; // section within the code buffer
315 CodeSection* code_section() const { return _code_section; } in code_section()
353 void set_code_section(CodeSection* cs);
360 …void end_a_const(CodeSection* cs); // Pass the codesection to continue in (insts or stubs?).
367 CodeSection* c1 = _code_section; in int_constant()
376 CodeSection* c1 = _code_section; in long_constant()
385 CodeSection* c1 = _code_section; in double_constant()
394 CodeSection* c1 = _code_section; in float_constant()
403 CodeSection* c1 = _code_section; in address_constant()
412 CodeSection* c1 = _code_section; in address_constant()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp99 int slop = (int) CodeSection::end_slop(); in initialize()
243 const CodeSection* cs = code_section(n); in section_index_of()
251 const CodeSection* cs = code_section(n); in locator()
425 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
486 const CodeSection* prev_cs = NULL; in compute_final_layout()
487 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
553 CodeSection* cs = code_section(n); in finalize_oop_references()
863 exp += CodeSection::end_slop(); in figure_expanded_capacities()
999 CodeSection* sect = code_section(n); in verify_section_allocation()
1034 void CodeSection::decode() { in decode()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
340 friend class CodeSection;
435 void freeze_section(CodeSection* cs);
498 CodeSection* consts() { return &_consts; } in consts()
499 CodeSection* insts() { return &_insts; } in insts()
500 CodeSection* stubs() { return &_stubs; } in stubs()
505 CodeSection* code_section(int n) { in code_section()
509 CodeSection* cs = &_consts + n; in code_section()
[all …]
H A Dassembler.hpp214 CodeSection* _code_section; // section within the code buffer
319 CodeSection* code_section() const { return _code_section; } in code_section()
357 void set_code_section(CodeSection* cs);
364 …void end_a_const(CodeSection* cs); // Pass the codesection to continue in (insts or stubs?).
371 CodeSection* c1 = _code_section; in int_constant()
380 CodeSection* c1 = _code_section; in long_constant()
389 CodeSection* c1 = _code_section; in double_constant()
398 CodeSection* c1 = _code_section; in float_constant()
407 CodeSection* c1 = _code_section; in address_constant()
416 CodeSection* c1 = _code_section; in address_constant()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp97 int slop = (int) CodeSection::end_slop(); in initialize()
241 const CodeSection* cs = code_section(n); in section_index_of()
249 const CodeSection* cs = code_section(n); in locator()
423 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
484 const CodeSection* prev_cs = NULL; in compute_final_layout()
485 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
551 CodeSection* cs = code_section(n); in finalize_oop_references()
861 exp += CodeSection::end_slop(); in figure_expanded_capacities()
997 CodeSection* sect = code_section(n); in verify_section_allocation()
1032 void CodeSection::decode() { in decode()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
338 friend class CodeSection;
423 void freeze_section(CodeSection* cs);
486 CodeSection* consts() { return &_consts; } in consts()
487 CodeSection* insts() { return &_insts; } in insts()
488 CodeSection* stubs() { return &_stubs; } in stubs()
493 CodeSection* code_section(int n) { in code_section()
497 CodeSection* cs = &_consts + n; in code_section()
[all …]
H A Dassembler.hpp209 CodeSection* _code_section; // section within the code buffer
315 CodeSection* code_section() const { return _code_section; } in code_section()
353 void set_code_section(CodeSection* cs);
360 …void end_a_const(CodeSection* cs); // Pass the codesection to continue in (insts or stubs?).
367 CodeSection* c1 = _code_section; in int_constant()
376 CodeSection* c1 = _code_section; in long_constant()
385 CodeSection* c1 = _code_section; in double_constant()
394 CodeSection* c1 = _code_section; in float_constant()
403 CodeSection* c1 = _code_section; in address_constant()
412 CodeSection* c1 = _code_section; in address_constant()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp100 int slop = (int) CodeSection::end_slop(); in initialize()
244 const CodeSection* cs = code_section(n); in section_index_of()
252 const CodeSection* cs = code_section(n); in locator()
426 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
487 const CodeSection* prev_cs = NULL; in compute_final_layout()
488 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
554 CodeSection* cs = code_section(n); in finalize_oop_references()
864 exp += CodeSection::end_slop(); in figure_expanded_capacities()
1000 CodeSection* sect = code_section(n); in verify_section_allocation()
1035 void CodeSection::decode() { in decode()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
372 friend class CodeSection;
467 void freeze_section(CodeSection* cs);
530 CodeSection* consts() { return &_consts; } in consts()
531 CodeSection* insts() { return &_insts; } in insts()
532 CodeSection* stubs() { return &_stubs; } in stubs()
537 CodeSection* code_section(int n) { in code_section()
541 CodeSection* cs = &_consts + n; in code_section()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp99 int slop = (int) CodeSection::end_slop(); in initialize()
243 const CodeSection* cs = code_section(n); in section_index_of()
251 const CodeSection* cs = code_section(n); in locator()
425 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
486 const CodeSection* prev_cs = NULL; in compute_final_layout()
487 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
553 CodeSection* cs = code_section(n); in finalize_oop_references()
863 exp += CodeSection::end_slop(); in figure_expanded_capacities()
999 CodeSection* sect = code_section(n); in verify_section_allocation()
1034 void CodeSection::decode() { in decode()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
102 CodeSection() { in CodeSection() function in CodeSection
138 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
343 friend class CodeSection;
438 void freeze_section(CodeSection* cs);
501 CodeSection* consts() { return &_consts; } in consts()
502 CodeSection* insts() { return &_insts; } in insts()
503 CodeSection* stubs() { return &_stubs; } in stubs()
508 CodeSection* code_section(int n) { in code_section()
512 CodeSection* cs = &_consts + n; in code_section()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp100 int slop = (int) CodeSection::end_slop(); in initialize()
222 const CodeSection* cs = code_section(n); in section_index_of()
230 const CodeSection* cs = code_section(n); in locator()
400 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
461 const CodeSection* prev_cs = NULL; in compute_final_layout()
462 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
516 CodeSection* cs = code_section(n); in finalize_oop_references()
826 exp += CodeSection::end_slop(); in figure_expanded_capacities()
957 CodeSection* sect = code_section(n); in verify_section_allocation()
981 CodeSection* sect = code_section(n); in log_section_sizes()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
101 CodeSection() { in CodeSection() function in CodeSection
136 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
362 friend class CodeSection;
483 void expand(CodeSection* which_cs, csize_t amount);
523 CodeSection* consts() { return &_consts; } in consts()
524 CodeSection* insts() { return &_insts; } in insts()
525 CodeSection* stubs() { return &_stubs; } in stubs()
527 const CodeSection* insts() const { return &_insts; } in insts()
530 CodeSection* code_section(int n) { in code_section()
[all …]
H A Dassembler.hpp214 CodeSection* _code_section; // section within the code buffer
327 CodeSection* code_section() const { return _code_section; } in code_section()
365 void set_code_section(CodeSection* cs);
372 …void end_a_const(CodeSection* cs); // Pass the codesection to continue in (insts or stubs?).
379 CodeSection* c1 = _code_section; in int_constant()
388 CodeSection* c1 = _code_section; in long_constant()
397 CodeSection* c1 = _code_section; in double_constant()
406 CodeSection* c1 = _code_section; in float_constant()
415 CodeSection* c1 = _code_section; in address_constant()
424 CodeSection* c1 = _code_section; in address_constant()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/asm/
H A DcodeBuffer.cpp102 int slop = (int) CodeSection::end_slop(); in initialize()
224 const CodeSection* cs = code_section(n); in section_index_of()
232 const CodeSection* cs = code_section(n); in locator()
402 void CodeSection::initialize_locs_from(const CodeSection* source_cs) { in initialize_locs_from()
463 const CodeSection* prev_cs = NULL; in compute_final_layout()
464 CodeSection* prev_dest_cs = NULL; in compute_final_layout()
518 CodeSection* cs = code_section(n); in finalize_oop_references()
828 exp += CodeSection::end_slop(); in figure_expanded_capacities()
959 CodeSection* sect = code_section(n); in verify_section_allocation()
983 CodeSection* sect = code_section(n); in log_section_sizes()
[all …]
H A DcodeBuffer.hpp80 class CodeSection { class
101 CodeSection() { in CodeSection() function in CodeSection
136 void take_over_code_from(CodeSection* cs) { in take_over_code_from()
362 friend class CodeSection;
476 void expand(CodeSection* which_cs, csize_t amount);
516 CodeSection* consts() { return &_consts; } in consts()
517 CodeSection* insts() { return &_insts; } in insts()
518 CodeSection* stubs() { return &_stubs; } in stubs()
520 const CodeSection* insts() const { return &_insts; } in insts()
523 CodeSection* code_section(int n) { in code_section()
[all …]
H A Dassembler.hpp213 CodeSection* _code_section; // section within the code buffer
326 CodeSection* code_section() const { return _code_section; } in code_section()
364 void set_code_section(CodeSection* cs);
371 …void end_a_const(CodeSection* cs); // Pass the codesection to continue in (insts or stubs?).
378 CodeSection* c1 = _code_section; in int_constant()
387 CodeSection* c1 = _code_section; in long_constant()
396 CodeSection* c1 = _code_section; in double_constant()
405 CodeSection* c1 = _code_section; in float_constant()
414 CodeSection* c1 = _code_section; in address_constant()
423 CodeSection* c1 = _code_section; in address_constant()

12345678910>>...15