Searched refs:CppInterpreter (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.cpp56 (address) CppInterpreter::normal_entry);
H A Dentry_zero.hpp70 CppInterpreter::main_loop(deoptimized_frames - 1, THREAD);
H A DcppInterpreter_zero.cpp68 int CppInterpreter::normal_entry(methodOop method, intptr_t UNUSED, TRAPS) {
82 void CppInterpreter::main_loop(int recurse, TRAPS) {
199 int CppInterpreter::native_entry(methodOop method, intptr_t UNUSED, TRAPS) {
469 int CppInterpreter::accessor_entry(methodOop method, intptr_t UNUSED, TRAPS) {
597 int CppInterpreter::empty_entry(methodOop method, intptr_t UNUSED, TRAPS) {
616 void CppInterpreter::insert_vmslots(int insert_before, int num_slots, TRAPS) {
630 void CppInterpreter::remove_vmslots(int first_slot, int num_slots, TRAPS) {
643 BasicType CppInterpreter::result_type_of_handle(oop method_handle) {
649 intptr_t* CppInterpreter::calculate_unwind_sp(ZeroStack* stack,
657 IRT_ENTRY(void, CppInterpreter
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp34 void CppInterpreter::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 { class in inherits:AbstractInterpreter
H A Dinterpreter.hpp143 class Interpreter: public CC_INTERP_ONLY(CppInterpreter) NOT_CC_INTERP(TemplateInterpreter) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp242 return (address) CppInterpreter::normal_entry;
245 return (address) CppInterpreter::native_entry;
H A DsharkBuilder.cpp344 return make_function((address) CppInterpreter::main_loop, "iT", "v");
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp114 friend class CppInterpreter;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp62 bool CppInterpreter::contains(address pc) {
367 address CppInterpreter::return_entry(TosState state, int length) {
372 address CppInterpreter::deopt_entry(TosState state, int length) {
1374 __ set((intptr_t)CppInterpreter::_tosca_to_stack, L4_scratch);
1761 __ set((intptr_t)CppInterpreter::_tosca_to_stack, L4_scratch);
1809 __ set((intptr_t)CppInterpreter::_stack_to_stack, L4_scratch);
1884 __ set((intptr_t)CppInterpreter::_stack_to_native_abi, L4_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp116 bool CppInterpreter::contains(address pc) {
369 address CppInterpreter::return_entry(TosState state, int length) {
374 address CppInterpreter::deopt_entry(TosState state, int length) {
1561 ExternalAddress tosca_to_stack((address)CppInterpreter::_tosca_to_stack);
1979 ExternalAddress tosca_to_stack((address)CppInterpreter::_tosca_to_stack);
2009 ExternalAddress stack_to_stack((address)CppInterpreter::_stack_to_stack);
2047 ExternalAddress stack_to_native((address)CppInterpreter::_stack_to_native_abi);

Completed in 63 milliseconds