Searched refs:stackElementWords (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.hpp33 static int expr_index_at(int i) { return stackElementWords * i; }
38 return stackElementWords * i;
H A DtemplateInterpreter_sparc.cpp1547 round_to(callee_extra_locals * Interpreter::stackElementWords, WordsPerLong);
1548 const int max_stack_words = max_stack * Interpreter::stackElementWords;
1649 (tempcount * Interpreter::stackElementWords) -
1652 int local_words = method->max_locals() * Interpreter::stackElementWords;
1660 int parm_words = caller_actual_parameters * Interpreter::stackElementWords;
H A DcppInterpreter_sparc.cpp2077 (callee_extra_locals * Interpreter::stackElementWords()), WordsPerLong));
2259 int local_words = method->max_locals() * Interpreter::stackElementWords();
H A DsharedRuntime_sparc.cpp3284 int diff = (callee_locals - callee_parameters) * Interpreter::stackElementWords;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86.hpp37 static int expr_index_at(int i) { return stackElementWords * i; }
42 return stackElementWords * i;
H A Dframe_x86.cpp532 Interpreter::stackElementWords;
624 tos_addr += 2 * Interpreter::stackElementWords;
H A DtemplateInterpreter_x86_32.cpp1559 Interpreter::stackElementWords;
1585 int max_locals = method->max_locals() * Interpreter::stackElementWords;
1587 Interpreter::stackElementWords;
1597 ((callee_locals - callee_param_count)*Interpreter::stackElementWords) +
1599 tempcount*Interpreter::stackElementWords + popframe_extra_args;
1629 tempcount*Interpreter::stackElementWords -
H A DtemplateInterpreter_x86_64.cpp1582 Interpreter::stackElementWords;
1605 int max_locals = method->max_locals() * Interpreter::stackElementWords;
1607 Interpreter::stackElementWords;
1616 (callee_locals - callee_param_count)*Interpreter::stackElementWords +
1618 tempcount* Interpreter::stackElementWords + popframe_extra_args;
1648 tempcount*Interpreter::stackElementWords -
H A DcppInterpreter_x86.cpp2255 Interpreter::stackElementWords();
H A DsharedRuntime_x86_32.cpp2792 return (callee_locals - callee_parameters) * Interpreter::stackElementWords;
H A DsharedRuntime_x86_64.cpp3276 return (callee_locals - callee_parameters) * Interpreter::stackElementWords;
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dinterpreter_zero.hpp42 return stackElementWords * i;
51 return stackElementWords * i;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp243 const static int stackElementWords = 1; member in class:AbstractInterpreter
244 const static int stackElementSize = stackElementWords * wordSize;
H A DbytecodeInterpreter.hpp55 (topOfStack -= ((count) * Interpreter::stackElementWords))
H A DbytecodeInterpreter.cpp2014 (jint*)&topOfStack[dims * Interpreter::stackElementWords+
2015 Interpreter::stackElementWords-1];
2535 topOfStack = istate->stack_base() - Interpreter::stackElementWords;
H A DinterpreterRuntime.cpp1020 u.words[1] = newval[Interpreter::stackElementWords]; // skip if tag
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp372 iframe()->interpreter_frame_expression_stack_size()*Interpreter::stackElementWords,
H A Dframe.cpp514 const int n = i * Interpreter::stackElementWords;
520 // Callers should span by stackElementWords
521 int element_size = Interpreter::stackElementWords;

Completed in 125 milliseconds