Searched refs:CppInterpreterGenerator (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreterGenerator.hpp33 class CppInterpreterGenerator: public AbstractInterpreterGenerator { class in inherits:AbstractInterpreterGenerator
45 CppInterpreterGenerator(StubQueue* _code);
H A DinterpreterGenerator.hpp37 class InterpreterGenerator: public CC_INTERP_ONLY(CppInterpreterGenerator)
H A DcppInterpreter.cpp63 CppInterpreterGenerator::CppInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) { function in class:CppInterpreterGenerator
79 void CppInterpreterGenerator::generate_all() {
H A DcppInterpreter.hpp39 friend class CppInterpreterGenerator; // result handlers
H A DabstractInterpreter.hpp92 friend class CppInterpreterGenerator;
H A DbytecodeInterpreter.hpp95 friend class CppInterpreterGenerator;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp881 : CppInterpreterGenerator(code) {
1028 address CppInterpreterGenerator::generate_result_handler_for(
1034 address CppInterpreterGenerator::generate_tosca_to_stack_converter(
1040 address CppInterpreterGenerator::generate_stack_to_stack_converter(
1046 address CppInterpreterGenerator::generate_stack_to_native_abi_converter(
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp113 address CppInterpreterGenerator::generate_result_handler_for(BasicType type) {
147 address CppInterpreterGenerator::generate_tosca_to_stack_converter(BasicType type) {
239 address CppInterpreterGenerator::generate_stack_to_stack_converter(BasicType type) {
303 address CppInterpreterGenerator::generate_stack_to_native_abi_converter(BasicType type) {
1035 void CppInterpreterGenerator::generate_compute_interpreter_state(const Register state,
1290 void CppInterpreterGenerator::generate_deopt_handling() {
1385 void CppInterpreterGenerator::generate_more_monitors() {
1476 void CppInterpreterGenerator::adjust_callers_stack(Register args) {
2046 : CppInterpreterGenerator(code) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp122 address CppInterpreterGenerator::generate_result_handler_for(BasicType type) {
177 address CppInterpreterGenerator::generate_tosca_to_stack_converter(BasicType type) {
245 address CppInterpreterGenerator::generate_stack_to_stack_converter(BasicType type) {
313 address CppInterpreterGenerator::generate_stack_to_native_abi_converter(BasicType type) {
396 void CppInterpreterGenerator::generate_compute_interpreter_state(const Register state,
1487 void CppInterpreterGenerator::generate_deopt_handling() {
1575 void CppInterpreterGenerator::generate_more_monitors() {
2232 : CppInterpreterGenerator(code) {

Completed in 50 milliseconds