Lines Matching refs:DebugInformationRecorder

36   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)
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::add_new_pc_offset(int pc_offset) {
170 _pcs[_pcs_length++] = PcDesc(pc_offset, DebugInformationRecorder::serialized_null,
171 DebugInformationRecorder::serialized_null);
175 int DebugInformationRecorder::serialize_monitor_values(GrowableArray<MonitorValue*>* monitors) {
176 if (monitors == NULL || monitors->is_empty()) return DebugInformationRecorder::serialized_null;
185 // (See comment below on DebugInformationRecorder::describe_scope.)
196 int DebugInformationRecorder::serialize_scope_values(GrowableArray<ScopeValue*>* values) {
197 if (values == NULL || values->is_empty()) return DebugInformationRecorder::serialized_null;
206 // (See comment below on DebugInformationRecorder::describe_scope.)
237 int DebugInformationRecorder::find_sharable_decode_offset(int stream_offset) {
282 void DebugInformationRecorder::describe_scope(int pc_offset,
336 void DebugInformationRecorder::dump_object_pool(GrowableArray<ScopeValue*>* objects) {
348 void DebugInformationRecorder::end_scopes(int pc_offset, bool is_safepoint) {
381 DebugToken* DebugInformationRecorder::create_scope_values(GrowableArray<ScopeValue*>* values) {
387 DebugToken* DebugInformationRecorder::create_monitor_values(GrowableArray<MonitorValue*>* monitors) {
393 int DebugInformationRecorder::data_size() {
399 int DebugInformationRecorder::pcs_size() {
407 void DebugInformationRecorder::copy_to(nmethod* nm) {
413 void DebugInformationRecorder::verify(const nmethod* code) {
418 void DebugInformationRecorder::print_statistics() {