Searched defs:BasicType_as_index (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp67 int AbstractInterpreter::BasicType_as_index(BasicType type) { function in class:AbstractInterpreter
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp738 int AbstractInterpreter::BasicType_as_index(BasicType type) { function in class:AbstractInterpreter
774 assert(AbstractInterpreter::BasicType_as_index(t) == method->result_index(),
775 "out of step with AbstractInterpreter::BasicType_as_index");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp92 int AbstractInterpreter::BasicType_as_index(BasicType type) { function in class:AbstractInterpreter
1496 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_OBJECT)); // Result stub address array index
1504 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_BOOLEAN)); // Result stub address array index
1511 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_INT)); // Result stub address array index
1518 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_LONG)); // Result stub address array index
1525 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_FLOAT)); // Result stub address array index
1532 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_DOUBLE)); // Result stub address array index
1538 __ movl(rcx, AbstractInterpreter::BasicType_as_index(T_VOID));
1914 __ cmpl(rcx, AbstractInterpreter::BasicType_as_index(T_FLOAT)); // Result stub address array index
1916 __ cmpl(rcx, AbstractInterpreter::BasicType_as_index(T_DOUBL
[all...]
H A DtemplateInterpreter_x86_32.cpp259 int AbstractInterpreter::BasicType_as_index(BasicType type) { function in class:AbstractInterpreter
H A DtemplateInterpreter_x86_64.cpp227 int AbstractInterpreter::BasicType_as_index(BasicType type) { function in class:AbstractInterpreter

Completed in 52 milliseconds