Searched refs:AbstractInterpreter (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dinterpreter_zero.cpp62 AbstractInterpreter::MethodKind kind) {
73 bool AbstractInterpreter::can_be_compiled(methodHandle m) {
H A DinterpreterGenerator_zero.hpp37 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A DinterpreterFrame_zero.hpp50 friend class AbstractInterpreter;
H A DcppInterpreter_zero.cpp738 int AbstractInterpreter::BasicType_as_index(BasicType type) {
754 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers,
774 assert(AbstractInterpreter::BasicType_as_index(t) == method->result_index(),
775 "out of step with AbstractInterpreter::BasicType_as_index");
826 AbstractInterpreter::MethodKind kind) {
912 int AbstractInterpreter::layout_activation(methodOop method,
1012 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp85 void AbstractInterpreter::initialize() {
97 void AbstractInterpreter::print() {
124 AbstractInterpreter::code()->code_start(),
125 AbstractInterpreter::code()->code_end()
131 AbstractInterpreter::code()->code_start(),
132 AbstractInterpreter::code()->code_end());
139 StubQueue* AbstractInterpreter::_code = NULL;
140 bool AbstractInterpreter::_notice_safepoints = false;
141 address AbstractInterpreter::_rethrow_exception_entry = NULL;
143 address AbstractInterpreter
[all...]
H A Dinterpreter.hpp99 int codelet_size = AbstractInterpreter::code()->available_space() - 2*K;
113 _clet((InterpreterCodelet*)AbstractInterpreter::code()->request(codelet_size())),
134 AbstractInterpreter::code()->commit((*_masm)->code()->pure_insts_size(), (*_masm)->code()->strings());
H A DcppInterpreter.cpp36 AbstractInterpreter::initialize();
59 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];
H A DcppInterpreter.hpp35 class CppInterpreter: public AbstractInterpreter {
H A DabstractInterpreter.hpp89 class AbstractInterpreter: AllStatic { class in inherits:AllStatic
321 address generate_method_entry(AbstractInterpreter::MethodKind kind);
H A DtemplateInterpreter.cpp41 AbstractInterpreter::initialize();
588 return AbstractInterpreter::deopt_continue_after_entry(method, bcp, callee_parameters, is_top_frame);
606 return AbstractInterpreter::deopt_reexecute_entry(method, bcp);
617 return AbstractInterpreter::bytecode_should_reexecute(code);
H A DtemplateInterpreter.hpp82 class TemplateInterpreter: public AbstractInterpreter {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp35 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A Dinterpreter_sparc.cpp67 int AbstractInterpreter::BasicType_as_index(BasicType type) {
83 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");
374 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) {
410 bool AbstractInterpreter::can_be_compiled(methodHandle m) {
H A DcppInterpreter_sparc.cpp938 __ set((intptr_t)AbstractInterpreter::result_handler(T_OBJECT), G3_scratch);
1299 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_OBJECT), L3_scratch); // Result stub address array index
1307 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_BOOLEAN), L3_scratch); // Result stub address array index
1314 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_INT), L3_scratch); // Result stub address array index
1334 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_LONG), L3_scratch); // Result stub address array index
1341 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_FLOAT), L3_scratch); // Result stub address array index
1348 __ delayed()->set(AbstractInterpreter::BasicType_as_index(T_DOUBLE), L3_scratch); // Result stub address array index
1354 __ set(AbstractInterpreter::BasicType_as_index(T_VOID), L3_scratch);
2081 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
2178 int AbstractInterpreter
[all...]
H A DtemplateInterpreter_sparc.cpp1162 __ set((intptr_t)AbstractInterpreter::result_handler(T_OBJECT), G3_scratch);
1558 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
1572 int AbstractInterpreter::layout_activation(methodOop method,
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterGenerator_x86.hpp38 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A DcppInterpreterGenerator_x86.hpp34 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A Dinterpreter_x86_32.cpp108 address InterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind kind) {
H A DcppInterpreter_x86.cpp80 // address AbstractInterpreter::_remove_activation_preserving_args_entry;
92 int AbstractInterpreter::BasicType_as_index(BasicType type) {
108 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");
1276 ExternalAddress float_handler(AbstractInterpreter::result_handler(T_FLOAT));
1277 ExternalAddress double_handler(AbstractInterpreter::result_handler(T_DOUBLE));
1355 ExternalAddress oop_handler(AbstractInterpreter::result_handler(T_OBJECT));
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
[all...]
H A DtemplateInterpreter_x86_32.cpp259 int AbstractInterpreter::BasicType_as_index(BasicType type) {
275 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers, "index out of bounds");
1098 ExternalAddress float_handler(AbstractInterpreter::result_handler(T_FLOAT));
1099 ExternalAddress double_handler(AbstractInterpreter::result_handler(T_DOUBLE));
1174 ExternalAddress handler(AbstractInterpreter::result_handler(T_OBJECT));
1489 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) {
1527 bool AbstractInterpreter::can_be_compiled(methodHandle m) {
1545 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
1565 int AbstractInterpreter::layout_activation(methodOop method,
H A Dinterpreter_x86_64.cpp203 address InterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind kind) {
H A DtemplateInterpreter_x86_64.cpp227 int AbstractInterpreter::BasicType_as_index(BasicType type) {
243 assert(0 <= i && i < AbstractInterpreter::number_of_result_handlers,
1158 __ lea(t, ExternalAddress(AbstractInterpreter::result_handler(T_OBJECT)));
1512 AbstractInterpreter::MethodKind kind) {
1552 bool AbstractInterpreter::can_be_compiled(methodHandle m) {
1570 int AbstractInterpreter::size_top_interpreter_activation(methodOop method) {
1586 int AbstractInterpreter::layout_activation(methodOop method,
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsets.cpp85 StubQueue* AbstractInterpreter::_code = NULL;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsets.cpp80 StubQueue* AbstractInterpreter::_code = NULL;
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp118 if (!AbstractInterpreter::can_be_compiled(m)) {

Completed in 78 milliseconds

12