Searched defs:InterpreterGenerator (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterGenerator.hpp37 class InterpreterGenerator: public CC_INTERP_ONLY(CppInterpreterGenerator) class in inherits:CC_INTERP_ONLY,CppInterpreterGenerator,NOT_CC_INTERP,TemplateInterpreterGenerator
42 InterpreterGenerator(StubQueue* _code);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp779 address InterpreterGenerator::generate_empty_entry() {
786 address InterpreterGenerator::generate_accessor_entry() {
793 address InterpreterGenerator::generate_Reference_get_entry(void) {
813 address InterpreterGenerator::generate_native_entry(bool synchronized) {
819 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
835 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
839 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
843 entry_point = ((InterpreterGenerator*) this)->generate_empty_entry();
847 entry_point = ((InterpreterGenerator*) this)->generate_accessor_entry();
851 entry_point = ((InterpreterGenerator*) thi
880 InterpreterGenerator::InterpreterGenerator(StubQueue* code) function in class:InterpreterGenerator
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp57 // The InterpreterGenerator generates the interpreter into Interpreter::_code.
66 void InterpreterGenerator::save_native_result(void) {
82 void InterpreterGenerator::restore_native_result(void) {
293 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
354 void InterpreterGenerator::lock_method(void) {
603 address InterpreterGenerator::generate_empty_entry(void) {
636 address InterpreterGenerator::generate_accessor_entry(void) {
734 address InterpreterGenerator::generate_Reference_get_entry(void) {
819 address InterpreterGenerator::generate_native_entry(bool synchronized) {
1250 address InterpreterGenerator
1984 InterpreterGenerator::InterpreterGenerator(StubQueue* code) function in class:InterpreterGenerator
[all...]
H A DcppInterpreter_sparc.cpp87 void InterpreterGenerator::save_native_result(void) {
97 void InterpreterGenerator::restore_native_result(void) {
405 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
425 address InterpreterGenerator::generate_empty_entry(void) {
456 address InterpreterGenerator::generate_accessor_entry(void) {
555 address InterpreterGenerator::generate_Reference_get_entry(void) {
581 address InterpreterGenerator::generate_native_entry(bool synchronized) {
1262 void InterpreterGenerator::lock_method(void) {
1521 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
2045 InterpreterGenerator function in class:InterpreterGenerator
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp571 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
598 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
632 void InterpreterGenerator::generate_stack_overflow_check(void) {
743 void InterpreterGenerator::lock_method(void) {
794 address InterpreterGenerator::generate_accessor_entry(void) {
942 address InterpreterGenerator::generate_Reference_get_entry(void) {
969 address InterpreterGenerator::generate_native_entry(bool synchronized) {
1641 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
2206 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
2207 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)thi
2231 InterpreterGenerator::InterpreterGenerator(StubQueue* code) function in class:InterpreterGenerator
[all...]
H A DtemplateInterpreter_x86_32.cpp345 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
404 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
444 void InterpreterGenerator::generate_stack_overflow_check(void) {
547 void InterpreterGenerator::lock_method(void) {
634 address InterpreterGenerator::generate_accessor_entry(void) {
765 address InterpreterGenerator::generate_Reference_get_entry(void) {
862 address InterpreterGenerator::generate_native_entry(bool synchronized) {
1281 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
1497 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
1498 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)thi
1880 InterpreterGenerator::InterpreterGenerator(StubQueue* code) function in class:InterpreterGenerator
[all...]
H A DtemplateInterpreter_x86_64.cpp298 void InterpreterGenerator::generate_counter_incr(
359 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
408 void InterpreterGenerator::generate_stack_overflow_check(void) {
497 void InterpreterGenerator::lock_method(void) {
606 address InterpreterGenerator::generate_accessor_entry(void) {
747 address InterpreterGenerator::generate_Reference_get_entry(void) {
838 address InterpreterGenerator::generate_native_entry(bool synchronized) {
1293 address InterpreterGenerator::generate_normal_entry(bool synchronized) {
1520 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
1521 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)thi
1915 InterpreterGenerator::InterpreterGenerator(StubQueue* code) function in class:InterpreterGenerator
[all...]

Completed in 71 milliseconds