Home
last modified time | relevance | path

Searched refs:decode_instructions (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp208 address decode_instructions(address start, address end);
455 address decode_env::decode_instructions(address start, address end) { in decode_instructions() function in decode_env
511 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
518 env.decode_instructions(start, end); in decode()
564 env.decode_instructions(p, end); in decode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp208 address decode_instructions(address start, address end);
455 address decode_env::decode_instructions(address start, address end) { in decode_instructions() function in decode_env
511 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
518 env.decode_instructions(start, end); in decode()
564 env.decode_instructions(p, end); in decode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp198 address decode_instructions(address start, address end);
440 address decode_env::decode_instructions(address start, address end) { in decode_instructions() function in decode_env
516 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
524 env.decode_instructions(start, end); in decode()
564 env.decode_instructions(p, end); in decode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp198 address decode_instructions(address start, address end);
440 address decode_env::decode_instructions(address start, address end) { in decode_instructions() function in decode_env
516 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
524 env.decode_instructions(start, end); in decode()
564 env.decode_instructions(p, end); in decode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/hsdis/
H A Dhsdis.h71 void* decode_instructions(void* start_pv, void* end_pv,
H A Dhsdis.c127 decode_instructions(void* start_pv, void* end_pv, in decode_instructions() function
196 const decode_func_stype decode_func_address = &decode_instructions;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
H A Dhsdis.c149 decode_instructions(void* start_pv, void* end_pv, in decode_instructions() function
218 const decode_func_stype decode_func_address = &decode_instructions;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
H A Dhsdis.c149 decode_instructions(void* start_pv, void* end_pv, in decode_instructions() function
218 const decode_func_stype decode_func_address = &decode_instructions;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
H A Dhsdis.c149 decode_instructions(void* start_pv, void* end_pv, in decode_instructions() function
218 const decode_func_stype decode_func_address = &decode_instructions;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/hsdis/
H A Dhsdis.h71 void* decode_instructions(void* start_pv, void* end_pv,
H A Dhsdis.c127 decode_instructions(void* start_pv, void* end_pv, in decode_instructions() function
196 const decode_func_stype decode_func_address = &decode_instructions;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/hsdis/
H A Dhsdis.h93 void* decode_instructions(void* start_pv, void* end_pv,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A Ddisassembler.cpp246 address decode_instructions(address start, address end);
573 address decode_env::decode_instructions(address start, address end) { in decode_instructions() function in decode_env
649 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
657 env.decode_instructions(start, end); in decode()
697 env.decode_instructions(p, end); in decode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp219 address decode_instructions(address start, address end, address original_start = NULL);
722 address decode_env::decode_instructions(address start, address end, address original_start /* = 0*/… in decode_instructions() function in decode_env
942 env.decode_instructions(start, end); in decode()
983 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
1004 env.decode_instructions(nm->code_begin(), nm->code_end()); in decode()
1041 env.decode_instructions(start, end); in decode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp219 address decode_instructions(address start, address end, address original_start = NULL);
725 address decode_env::decode_instructions(address start, address end, address original_start /* = 0*/… in decode_instructions() function in decode_env
945 env.decode_instructions(start, end); in decode()
986 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
1007 env.decode_instructions(nm->code_begin(), nm->code_end()); in decode()
1044 env.decode_instructions(start, end); in decode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp219 address decode_instructions(address start, address end, address original_start = NULL);
725 address decode_env::decode_instructions(address start, address end, address original_start /* = 0*/… in decode_instructions() function in decode_env
945 env.decode_instructions(start, end); in decode()
986 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
1007 env.decode_instructions(nm->code_begin(), nm->code_end()); in decode()
1044 env.decode_instructions(start, end); in decode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp223 address decode_instructions(address start, address end, address original_start = NULL);
704 address decode_env::decode_instructions(address start, address end, address original_start /* = 0*/… in decode_instructions() function in decode_env
909 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
930 env.decode_instructions(nm->code_begin(), nm->code_end()); in decode()
967 env.decode_instructions(start, end); in decode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A Ddisassembler.cpp221 address decode_instructions(address start, address end, address original_start = NULL);
702 address decode_env::decode_instructions(address start, address end, address original_start /* = 0*/… in decode_instructions() function in decode_env
905 env.decode_instructions(cb->code_begin(), cb->code_end()); in decode()
926 env.decode_instructions(nm->code_begin(), nm->code_end()); in decode()
963 env.decode_instructions(start, end); in decode()

12