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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp111 return RuntimeStub::new_runtime_stub(name, &buffer, 0, 0, NULL, false);
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp292 static RuntimeStub* new_runtime_stub(
H A DcodeBlob.cpp328 RuntimeStub* RuntimeStub::new_runtime_stub(const char* stub_name, function in class:RuntimeStub
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp221 CodeBlob* blob = RuntimeStub::new_runtime_stub(name_for(id),
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp969 RuntimeStub *rs = RuntimeStub::new_runtime_stub(stub_name,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3926 return RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_words, oop_maps, true);
H A DstubGenerator_sparc.cpp504 RuntimeStub* stub = RuntimeStub::new_runtime_stub(name, &code, frame_complete, masm->total_frame_size_in_bytes(0), NULL, false);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3514 return RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_words, oop_maps, true);
H A DsharedRuntime_x86_64.cpp3949 return RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_in_words, oop_maps, true);
H A DstubGenerator_x86_32.cpp2856 RuntimeStub* stub = RuntimeStub::new_runtime_stub(name, &code, frame_complete, framesize, oop_maps, false);
H A DstubGenerator_x86_64.cpp3714 RuntimeStub::new_runtime_stub(name,

Completed in 117 milliseconds