Searched defs:DebugInformationRecorder (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DDebugInformationRecorder.java30 public class DebugInformationRecorder { class
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp38 //** The DebugInformationRecorder collects debugging information
76 class DebugInformationRecorder: public ResourceObj { class in inherits:ResourceObj
79 DebugInformationRecorder(OopRecorder* oop_recorder);
H A DdebugInfoRec.cpp36 friend class DebugInformationRecorder;
41 void* operator new(size_t ignore, DebugInformationRecorder* dir) {
51 DIR_Chunk(int offset, int length, DebugInformationRecorder* dir) {
66 DebugInformationRecorder* dir) {
97 DebugInformationRecorder::DebugInformationRecorder(OopRecorder* oop_recorder) function in class:DebugInformationRecorder
125 void DebugInformationRecorder::add_oopmap(int pc_offset, OopMap* map) {
130 void DebugInformationRecorder::add_safepoint(int pc_offset, OopMap* map) {
143 void DebugInformationRecorder::add_non_safepoint(int pc_offset) {
153 void DebugInformationRecorder
[all...]

Completed in 48 milliseconds