Searched refs:Runtime1 (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp59 __ call(Runtime1::entry_for(Runtime1::throw_index_exception_id), relocInfo::runtime_call_type);
61 __ call(Runtime1::entry_for(Runtime1::throw_range_check_failed_id), relocInfo::runtime_call_type);
75 __ call(Runtime1::entry_for(Runtime1::counter_overflow_id), relocInfo::runtime_call_type);
90 __ call(Runtime1::entry_for(Runtime1::throw_div0_exception_id), relocInfo::runtime_call_type);
103 __ call(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_MacroAssembler_sparc.cpp298 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
367 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
H A Dc1_Runtime1_sparc.cpp84 } else if (_stub_id == Runtime1::forward_exception_id) {
87 AddressLiteral exc(Runtime1::entry_for(Runtime1::forward_exception_id));
139 // Implementation of Runtime1
225 void Runtime1::initialize_pd() {
275 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
292 OopMapSet* Runtime1::generate_stub_call(StubAssembler* sasm, Register result, address target,
320 OopMapSet* Runtime1::generate_patching(StubAssembler* sasm, address target) {
355 OopMapSet* Runtime1::generate_code_for(StubID id, StubAssembler* sasm) {
995 OopMapSet* Runtime1
[all...]
H A Dc1_LIRAssembler_sparc.cpp407 __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type);
460 __ call(Runtime1::entry_for(Runtime1::unwind_exception_id), relocInfo::runtime_call_type);
2048 __ call(Runtime1::entry_for(Runtime1::handle_exception_id), relocInfo::runtime_call_type);
2098 __ call_VM_leaf(tmp, CAST_FROM_FN_PTR(address, Runtime1::arraycopy));
2102 address counter = (address)&Runtime1::_generic_arraycopystub_cnt;
2204 __ call(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_LIRGenerator_sparc.cpp1001 __ call_runtime(Runtime1::entry_for(Runtime1::new_multi_array_id),
1029 stub = new SimpleExceptionStub(Runtime1::throw_incompatible_class_change_error_id, LIR_OprFact::illegalOpr, info_for_exception);
1031 stub = new SimpleExceptionStub(Runtime1::throw_class_cast_exception_id, obj.result(), info_for_exception);
1132 address func = CAST_FROM_FN_PTR(address, Runtime1::trace_block_entry);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp85 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::counter_overflow_id)));
109 Runtime1::StubID stub_id;
111 stub_id = Runtime1::throw_index_exception_id;
113 stub_id = Runtime1::throw_range_check_failed_id;
115 __ call(RuntimeAddress(Runtime1::entry_for(stub_id)));
126 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::throw_div0_exception_id)));
134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) {
139 assert(stub_id == Runtime1
[all...]
H A Dc1_MacroAssembler_x86.cpp289 call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
322 call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
H A Dc1_Runtime1_x86.cpp54 align_stack = (stub_id() == Runtime1::handle_exception_from_callee_id);
118 } else if (_stub_id == Runtime1::forward_exception_id) {
121 jump(RuntimeAddress(Runtime1::entry_for(Runtime1::forward_exception_id)));
240 // Implementation of Runtime1
603 void Runtime1::initialize_pd() {
611 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
643 OopMapSet* Runtime1::generate_handle_exception(StubID id, StubAssembler *sasm) {
774 void Runtime1::generate_unwind_exception(StubAssembler *sasm) {
853 OopMapSet* Runtime1
[all...]
H A Dc1_LIRAssembler_x86.cpp407 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id)));
461 __ jump(RuntimeAddress(Runtime1::entry_for(Runtime1::unwind_exception_id)));
1562 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::fpu2long_stub_id)));
1765 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
1779 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_LIRGenerator_x86.cpp1132 __ call_runtime(Runtime1::entry_for(Runtime1::new_multi_array_id),
1163 stub = new SimpleExceptionStub(Runtime1::throw_incompatible_class_change_error_id, LIR_OprFact::illegalOpr, info_for_exception);
1165 stub = new SimpleExceptionStub(Runtime1::throw_class_cast_exception_id, obj.result(), info_for_exception);
1270 address func = CAST_FROM_FN_PTR(address, Runtime1::trace_block_entry);
H A Dassembler_x86.hpp1809 friend class Runtime1; // as_Address()
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp94 // Implementation of Runtime1
96 CodeBlob* Runtime1::_blobs[Runtime1::number_of_ids];
97 const char *Runtime1::_blob_names[] = {
103 int Runtime1::_generic_arraycopy_cnt = 0;
104 int Runtime1::_primitive_arraycopy_cnt = 0;
105 int Runtime1::_oop_arraycopy_cnt = 0;
106 int Runtime1::_generic_arraycopystub_cnt = 0;
107 int Runtime1::_arraycopy_slowcase_cnt = 0;
108 int Runtime1
[all...]
H A Dc1_Compiler.cpp59 Runtime1::initialize(buffer_blob);
H A Dc1_CodeStubs.hpp221 Runtime1::StubID _stub_id;
224 NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id);
453 Runtime1::StubID _stub;
457 SimpleExceptionStub(Runtime1::StubID stub, LIR_Opr obj, CodeEmitInfo* info):
484 ArrayStoreExceptionStub(LIR_Opr obj, CodeEmitInfo* info): SimpleExceptionStub(Runtime1::throw_array_store_exception_id, obj, info) {}
H A Dc1_Runtime1.hpp36 // The Runtime1 holds all assembly stubs and VM
77 #define STUB_NAME(x) #x " Runtime1 stub",
78 #define LAST_STUB_NAME(x) #x " Runtime1 stub"
80 class Runtime1: public AllStatic { class in inherits:AllStatic
H A Dc1_LIRGenerator.cpp665 Runtime1::StubID stub_id = klass->is_initialized() ? Runtime1::fast_new_instance_id : Runtime1::fast_new_instance_init_check_id;
676 CodeStub* slow_path = new NewInstanceStub(klass_reg, dst, klass, info, Runtime1::new_instance_id);
1270 CAST_FROM_FN_PTR(address, Runtime1::is_instance_of),
1313 CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::register_finalizer_id)),
1961 increment_counter(Runtime1::throw_count_address(), T_INT);
H A Dc1_LIR.cpp441 assert(strcmp(Runtime1::name_for_address(addr()), "<unknown function>") != 0, "unknown function");
1839 out->print(Runtime1::name_for_address(addr()));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/c1/
H A DRuntime1.java35 public class Runtime1 { class
47 Type type = db.lookupType("Runtime1");
52 public Runtime1() { method in class:Runtime1
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.hpp69 friend class Runtime1;
H A Djava.cpp252 Runtime1::print_statistics();
H A DvmStructs.cpp983 /* Runtime1 (NOTE: incomplete) */ \
986 unchecked_c1_static_field(Runtime1, _blobs, sizeof(Runtime1::_blobs)) /* NOTE: no type */ \
1679 /* Runtime1 (C1 only) */ \
1682 declare_c1_toplevel_type(Runtime1) \
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp35 friend class Runtime1;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java109 private Runtime1 runtime1;
688 public Runtime1 getRuntime1() {
693 runtime1 = new Runtime1();

Completed in 132 milliseconds