Searched refs:number_of_result_handlers (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp59 address CppInterpreter::_tosca_to_stack [AbstractInterpreter::number_of_result_handlers];
60 address CppInterpreter::_stack_to_stack [AbstractInterpreter::number_of_result_handlers];
61 address CppInterpreter::_stack_to_native_abi [AbstractInterpreter::number_of_result_handlers];
66 static const BasicType types[Interpreter::number_of_result_handlers] = {
84 int is_generated[Interpreter::number_of_result_handlers];
86 int _tosca_to_stack_is_generated[Interpreter::number_of_result_handlers];
87 int _stack_to_stack_is_generated[Interpreter::number_of_result_handlers];
88 int _stack_to_native_abi_is_generated[Interpreter::number_of_result_handlers];
93 for (int i = 0; i < Interpreter::number_of_result_handlers; i++) {
H A DcppInterpreter.hpp46 static address _tosca_to_stack[number_of_result_handlers]; // converts tosca to C++ interpreter stack result
48 static address _stack_to_stack[number_of_result_handlers]; // pass result between C++ interpreter calls
50 static address _stack_to_native_abi[number_of_result_handlers]; // converts C++ interpreter results to native abi
H A DabstractInterpreter.hpp129 number_of_result_handlers = 10 // number of result handlers for native calls enumerator in enum:AbstractInterpreter::SomeConstants
142 static address _native_abi_to_tosca[number_of_result_handlers]; // for native method result handlers
H A DtemplateInterpreter.cpp200 static const BasicType types[Interpreter::number_of_result_handlers] = {
290 int is_generated[Interpreter::number_of_result_handlers];
293 for (int i = 0; i < Interpreter::number_of_result_handlers; i++) {
H A Dinterpreter.cpp147 address AbstractInterpreter::_native_abi_to_tosca [AbstractInterpreter::number_of_result_handlers];
157 static const BasicType types[Interpreter::number_of_result_handlers] = {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp83 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp754 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers,
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp275 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");
H A DtemplateInterpreter_x86_64.cpp243 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers,
H A DcppInterpreter_x86.cpp108 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");

Completed in 98 milliseconds