Home
last modified time | relevance | path

Searched refs:InterpreterCodelet (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp43 class InterpreterCodelet: public Stub { class
61 …static int code_size_to_size(int code_size) { return round_to(sizeof(InterpreterCodelet), CodeE… in code_size_to_size()
64 …const { return (address)this + round_to(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
82 DEF_STUB_INTERFACE(InterpreterCodelet);
92 InterpreterCodelet* _clet;
113 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
147 …static InterpreterCodelet* codelet_containing(address pc) { return (InterpreterCodelet*)_code-… in codelet_containing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp43 class InterpreterCodelet: public Stub { class
61 …static int code_size_to_size(int code_size) { return round_to(sizeof(InterpreterCodelet), CodeE… in code_size_to_size()
64 …const { return (address)this + round_to(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
82 DEF_STUB_INTERFACE(InterpreterCodelet);
92 InterpreterCodelet* _clet;
113 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
147 …static InterpreterCodelet* codelet_containing(address pc) { return (InterpreterCodelet*)_code-… in codelet_containing()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
87 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
87 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
84 void InterpreterCodelet::print() const { print_on(tty); } in print()
89 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
87 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp45 class InterpreterCodelet: public Stub { class
64 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
67 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
85 DEF_STUB_INTERFACE(InterpreterCodelet);
95 InterpreterCodelet* _clet;
H A Dinterpreter.cpp54 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
60 void InterpreterCodelet::verify() { in verify()
64 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
83 void InterpreterCodelet::print() const { print_on(tty); } in print()
88 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp45 class InterpreterCodelet: public Stub { class
64 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
67 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
85 DEF_STUB_INTERFACE(InterpreterCodelet);
95 InterpreterCodelet* _clet;
H A Dinterpreter.cpp53 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
59 void InterpreterCodelet::verify() { in verify()
63 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
82 void InterpreterCodelet::print() const { print_on(tty); } in print()
87 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
84 void InterpreterCodelet::print() const { print_on(tty); } in print()
89 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A Dinterpreter.hpp44 class InterpreterCodelet: public Stub { class
63 …static int code_size_to_size(int code_size) { return align_up((int)sizeof(InterpreterCodelet), … in code_size_to_size()
66 …const { return (address)this + align_up(sizeof(InterpreterCodelet), CodeEntryA… in code_begin()
84 DEF_STUB_INTERFACE(InterpreterCodelet);
94 InterpreterCodelet* _clet;
H A Dinterpreter.cpp55 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { in initialize()
61 void InterpreterCodelet::verify() { in verify()
65 void InterpreterCodelet::print_on(outputStream* st) const { in print_on()
84 void InterpreterCodelet::print() const { print_on(tty); } in print()
89 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())), in CodeletMark()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java56 return new StubQueue(code, InterpreterCodelet.class); in getCode()
64 public InterpreterCodelet getCodeletContaining(Address pc) { in getCodeletContaining()
65 return (InterpreterCodelet) getCode().getStubContaining(pc); in getCodeletContaining()

1234567