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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterGenerator.hpp42 InterpreterGenerator(StubQueue* _code);
H A DcppInterpreterGenerator.hpp45 CppInterpreterGenerator(StubQueue* _code);
H A DcppInterpreter.cpp43 _code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,
63 CppInterpreterGenerator::CppInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {
H A DtemplateInterpreterGenerator.hpp87 TemplateInterpreterGenerator(StubQueue* _code);
H A DabstractInterpreter.hpp133 static StubQueue* _code; // the interpreter code (codelets)
154 static StubQueue* code() { return _code; }
329 AbstractInterpreterGenerator(StubQueue* _code);
H A Dinterpreter.cpp139 StubQueue* AbstractInterpreter::_code = NULL;
152 AbstractInterpreterGenerator::AbstractInterpreterGenerator(StubQueue* _code) {
H A DtemplateInterpreter.cpp50 _code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,
195 TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) {
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp33 // Implementation of StubQueue
65 StubQueue::StubQueue(StubInterface* stub_interface, int buffer_size, function in class:StubQueue
83 StubQueue::~StubQueue() {
92 Stub* StubQueue::stub_containing(address pc) const {
102 Stub* StubQueue::request_committed(int code_size) {
110 Stub* StubQueue::request(int requested_code_size) {
150 void StubQueue::commit(int committed_code_size, CodeStrings& strings) {
163 void StubQueue
[all...]
H A DicBuffer.hpp101 static StubQueue* _buffer;
104 static StubQueue* buffer() { return _buffer; }
H A Dstubs.hpp156 // A StubQueue maintains a queue of stubs.
159 class StubQueue: public CHeapObj<mtCode> { class in inherits:CHeapObj
187 static void register_queue(StubQueue*);
190 StubQueue(StubInterface* stub_interface, int buffer_size, Mutex* lock,
192 ~StubQueue();
217 static void queues_do(void f(StubQueue* s)); // call f with each StubQueue
H A DicBuffer.cpp59 StubQueue* InlineCacheBuffer::_buffer = NULL;
125 _buffer = new StubQueue(new ICStubInterface, 10*K, InlineCacheBuffer_lock, "InlineCacheBuffer");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java53 public StubQueue getCode() {
56 return new StubQueue(code, InterpreterCodelet.class);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DStubQueue.java33 /** <P> A port of the VM's StubQueue. Note that the VM implicitly
34 knows the type of the objects contained in each StubQueue because
35 it passes in an instance of a StubInterface to the StubQueue's
44 StubQueue contains. </P> */
46 public class StubQueue extends VMObject { class in inherits:VMObject
67 Type type = db.lookupType("StubQueue");
76 public StubQueue(Address addr, Class stubType) { method in class:StubQueue
/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 DvmStructs.cpp806 static_field(AbstractInterpreter, _code, StubQueue*) \
812 nonstatic_field(StubQueue, _stub_buffer, address) \
813 nonstatic_field(StubQueue, _buffer_limit, int) \
814 nonstatic_field(StubQueue, _queue_begin, int) \
815 nonstatic_field(StubQueue, _queue_end, int) \
816 nonstatic_field(StubQueue, _number_of_stubs, int) \
1595 declare_toplevel_type(StubQueue) \
2118 declare_toplevel_type(StubQueue*) \
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp880 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp850 class StubQueue;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1984 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
H A DcppInterpreter_sparc.cpp2045 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1880 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
H A DtemplateInterpreter_x86_64.cpp1915 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
H A DcppInterpreter_x86.cpp2231 InterpreterGenerator::InterpreterGenerator(StubQueue* code)

Completed in 308 milliseconds