Home
last modified time | relevance | path

Searched refs:code_at (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/p5-Devel-MAT/Devel-MAT-0.44/lib/Devel/MAT/
H A DContext.pm230 ( $self->{code_at} ) = @$ptrs;
238 $self->{code_at} = $df->_read_ptr;
249 sub code { my $self = shift; return $self->{df}->sv_at( $self->{code_at} ) }
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
408 …hod* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp… in special_length_at()
411 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
408 …hod* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp… in special_length_at()
411 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
408 …hod* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp… in special_length_at()
411 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp377 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
384 return java_code(code_at(method, bcp)); in java_code_at()
390 static Code code_at(Method* method, int bci);
415 …hod* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp… in special_length_at()
418 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp106 code = Bytecodes::code_at(method(), bcp+1); in trace()
108 code = Bytecodes::code_at(method(), bcp); in trace()
133 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
137 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp377 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
384 return java_code(code_at(method, bcp)); in java_code_at()
390 static Code code_at(Method* method, int bci);
415 …hod* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp… in special_length_at()
418 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp106 code = Bytecodes::code_at(method(), bcp+1); in trace()
108 code = Bytecodes::code_at(method(), bcp); in trace()
133 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
137 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_dead.erl327 To = case beam_utils:code_at(To3, D) of
371 To = case beam_utils:code_at(To2, D) of
436 case beam_utils:code_at(To0, D) of
513 case beam_utils:code_at(To, D) of
555 shortcut_bs_test_1(beam_utils:code_at(To, D), Is, To, D).
606 shortcut_bs_pos_used_1(beam_utils:code_at(To, D), Reg, D).
625 Code = beam_utils:code_at(To, D),
629 Code = beam_utils:code_at(To, D),
639 shortcut_bs_ctb_1(beam_utils:code_at(To, D), Reg, To, D).
644 Code = beam_utils:code_at(To, D),
[all …]
H A Dbeam_reorder.erl80 Is = beam_utils:code_at(L, D),
114 Code0 = beam_utils:code_at(L, D0),
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
409 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
409 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
409 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp108 code = Bytecodes::code_at(method(), bcp+1); in trace()
110 code = Bytecodes::code_at(method(), bcp); in trace()
135 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
139 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
409 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp369 static Code code_at(const Method* method, address bcp) { in code_at() function in Bytecodes
376 return java_code(code_at(method, bcp)); in java_code_at()
382 static Code code_at(Method* method, int bci);
409 …ength_at (Method* method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp… in length_at()
H A DbytecodeTracer.cpp107 code = Bytecodes::code_at(method(), bcp+1); in trace()
109 code = Bytecodes::code_at(method(), bcp); in trace()
134 Bytecodes::Code code = Bytecodes::code_at(method(), bcp); in trace()
138 code = Bytecodes::code_at(method(), bcp+1); in trace()
/dports/devel/p5-Devel-MAT/Devel-MAT-0.44/lib/Devel/
H A DMAT.xs26 long scalar_at, array_at, hash_at, code_at, egv_at, io_at, form_at; member
256 _set_glob_fields(self, stash_at, scalar_at, array_at, hash_at, code_at, egv_at, io_at, form_at, lin… in _set_glob_fields() argument
262 long code_at in _set_glob_fields()
277 gv->code_at = code_at; in _set_glob_fields()
316 code_at = 4 in stash_at()
330 case 4: RETVAL = gv->code_at; break; in stash_at()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drelocator.hpp87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() function in Relocator

12345678