Searched refs:stub_containing (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp147 static InterpreterCodelet* codelet_containing(address pc) { return (InterpreterCodelet*)_code->stub_containing(pc); }
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp129 static VtableStub* stub_containing(address pc); // stub containing pc or NULL
H A DvtableStubs.cpp175 return stub_containing(pc) != NULL;
179 VtableStub* VtableStubs::stub_containing(address pc) { function in class:VtableStubs
H A Dstubs.cpp92 Stub* StubQueue::stub_containing(address pc) const { function in class:StubQueue
H A Dstubs.hpp201 Stub* stub_containing(address pc) const;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp1023 if (VtableStubs::stub_containing(fr.pc()) != NULL) {
H A Dos.cpp858 VtableStub* v = VtableStubs::stub_containing(addr);
H A DsharedRuntime.cpp788 VtableStub* vt_stub = VtableStubs::stub_containing(pc);

Completed in 984 milliseconds