Searched refs:StubCodeMark (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.hpp62 friend class StubCodeMark;
109 virtual void stub_prolog(StubCodeDesc* cdesc); // called by StubCodeMark constructor
110 virtual void stub_epilog(StubCodeDesc* cdesc); // called by StubCodeMark destructor
115 // All stub code generating functions that use a StubCodeMark will be registered
119 class StubCodeMark: public StackObj { class in inherits:StackObj
125 StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name);
126 ~StubCodeMark();
H A DstubCodeGenerator.cpp139 StubCodeMark::StubCodeMark(StubCodeGenerator* cgen, const char* group, const char* name) { function in class:StubCodeMark
147 StubCodeMark::~StubCodeMark() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dicache_sparc.cpp34 StubCodeMark mark(this, "ICache", "flush_icache_stub");
46 // Must be set here so StubCodeMark destructor can call the flush stub.
H A DstubGenerator_sparc.cpp103 StubCodeMark mark(this, "StubRoutines", "call_stub");
329 StubCodeMark mark(this, "StubRoutines", "catch_exception");
368 StubCodeMark mark(this, "StubRoutines", "forward_exception");
515 StubCodeMark mark(this, "StubRoutines", "test_stop");
563 StubCodeMark mark(this, "StubRoutines", "stop_subroutine");
572 StubCodeMark mark(this, "StubRoutines", "flush_callers_register_windows");
654 StubCodeMark mark(this, "StubRoutines", "atomic_xchg");
713 StubCodeMark mark(this, "StubRoutines", "atomic_cmpxchg");
743 StubCodeMark mark(this, "StubRoutines", "atomic_cmpxchg_long");
778 StubCodeMark mar
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.cpp32 StubCodeMark mark(this, "ICache", "flush_icache_stub");
67 // Must be set here so StubCodeMark destructor can call the flush stub.
H A DstubGenerator_x86_64.cpp232 StubCodeMark mark(this, "StubRoutines", "call_stub");
437 StubCodeMark mark(this, "StubRoutines", "catch_exception");
487 StubCodeMark mark(this, "StubRoutines", "forward exception");
553 StubCodeMark mark(this, "StubRoutines", "atomic_xchg");
572 StubCodeMark mark(this, "StubRoutines", "atomic_xchg_ptr");
597 StubCodeMark mark(this, "StubRoutines", "atomic_cmpxchg");
623 StubCodeMark mark(this, "StubRoutines", "atomic_cmpxchg_long");
644 StubCodeMark mark(this, "StubRoutines", "atomic_add");
666 StubCodeMark mark(this, "StubRoutines", "atomic_add_ptr");
684 StubCodeMark mar
[all...]
H A DstubGenerator_x86_32.cpp147 StubCodeMark mark(this, "StubRoutines", "call_stub");
348 StubCodeMark mark(this, "StubRoutines", "catch_exception");
391 StubCodeMark mark(this, "StubRoutines", "forward exception");
470 StubCodeMark mark(this, "StubRoutines", "atomic_xchg");
494 StubCodeMark mark(this, "StubRoutines", "verify_mxcsr");
533 StubCodeMark mark(this, "StubRoutines", "verify_spcw");
571 StubCodeMark mark(this, "StubRoutines", "d2i_wrapper");
636 StubCodeMark mark(this, "StubRoutines", "handler_for_unsafe_access");
656 StubCodeMark mark(this, "StubRoutines", "verify_oop");
940 StubCodeMark mar
[all...]
H A Dvm_version_x86.cpp78 StubCodeMark mark(this, "VM_Version", "getPsrInfo_stub");
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp88 StubCodeMark mark(this, "MethodHandle::interpreter_entry", vmIntrinsics::name_at(iid));

Completed in 66 milliseconds