hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 14622 8e94e4186d35
parent 14294 130e947dfbe6
child 15482 470d0b0c09f1
equal deleted inserted replaced
14621:fd9265ab0f67 14622:8e94e4186d35
  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(