src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 4314
2cd5e15048e6
parent 4237
a3e2f723f2a5
child 4542
db9981fd3124
equal deleted inserted replaced
4313:beebba0acc11 4314:2cd5e15048e6
1013 } 1013 }
1014 1014
1015 // Helper for figuring out if frames are interpreter frames 1015 // Helper for figuring out if frames are interpreter frames
1016 1016
1017 bool CppInterpreter::contains(address pc) { 1017 bool CppInterpreter::contains(address pc) {
1018 #ifdef PRODUCT
1019 ShouldNotCallThis();
1020 #else
1021 return false; // make frame::print_value_on work 1018 return false; // make frame::print_value_on work
1022 #endif // !PRODUCT
1023 } 1019 }
1024 1020
1025 // Result handlers and convertors 1021 // Result handlers and convertors
1026 1022
1027 address CppInterpreterGenerator::generate_result_handler_for( 1023 address CppInterpreterGenerator::generate_result_handler_for(

mercurial