Searched refs:AbstractInterpreterGenerator (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp33 class CppInterpreterGenerator: public AbstractInterpreterGenerator {
H A DcppInterpreter.cpp63 CppInterpreterGenerator::CppInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {
80 AbstractInterpreterGenerator::generate_all();
H A DtemplateInterpreterGenerator.hpp33 class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
H A DabstractInterpreter.hpp147 friend class AbstractInterpreterGenerator;
311 class AbstractInterpreterGenerator: public StackObj { class in inherits:StackObj
329 AbstractInterpreterGenerator(StubQueue* _code);
H A Dinterpreter.cpp152 AbstractInterpreterGenerator::AbstractInterpreterGenerator(StubQueue* _code) { function in class:AbstractInterpreterGenerator
170 void AbstractInterpreterGenerator::generate_all() {
224 // AbstractInterpreterGenerator::generate_method_entry() for
447 void AbstractInterpreterGenerator::bang_stack_shadow_pages(bool native_call) {
468 void AbstractInterpreterGenerator::initialize_method_handle_entries() {
H A DtemplateInterpreter.cpp195 TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {
214 AbstractInterpreterGenerator::generate_all();
H A DbytecodeInterpreter.hpp94 friend class AbstractInterpreterGenerator;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp31 friend class AbstractInterpreterGenerator;
H A Dinterpreter_zero.cpp56 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
H A DcppInterpreter_zero.cpp825 address AbstractInterpreterGenerator::generate_method_entry(
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp28 friend class AbstractInterpreterGenerator;
H A Dinterpreter_sparc.cpp89 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
131 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
374 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterGenerator_x86.hpp31 friend class AbstractInterpreterGenerator;
H A Dinterpreter_x86_32.cpp56 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
H A Dinterpreter_x86_64.cpp56 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
135 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
H A DtemplateInterpreter_x86_32.cpp1489 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) {
1577 // in AbstractInterpreterGenerator::generate_method_entry.
H A DtemplateInterpreter_x86_64.cpp1511 address AbstractInterpreterGenerator::generate_method_entry(
1598 // in AbstractInterpreterGenerator::generate_method_entry.
H A DcppInterpreter_x86.cpp2198 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) {

Completed in 96 milliseconds