Searched defs:oop_recorder (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp79 DebugInformationRecorder(OopRecorder* oop_recorder);
125 int oop_size() { return oop_recorder()->oop_size(); }
139 OopRecorder* oop_recorder() { return _oop_recorder; } function in class:DebugInformationRecorder
H A DdebugInfoRec.cpp97 DebugInformationRecorder::DebugInformationRecorder(OopRecorder* oop_recorder) argument
113 _oop_recorder = oop_recorder;
309 stream()->write_int(oop_recorder()->find_index(method_enc));
H A Ddependencies.hpp365 OopRecorder* oop_recorder() { return _oop_recorder; } function in class:Dependencies
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp317 OopRecorder* oop_recorder() const { return _oop_recorder; } function in class:AbstractAssembler
H A DcodeBuffer.hpp507 OopRecorder* recorder = oop_recorder();
519 OopRecorder* oop_recorder() const { return _oop_recorder; } function in class:CodeBuffer
540 if (!oop_recorder()->is_unused()) {
541 oop_recorder()->copy_to(nm);
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp265 OopRecorder* oop_recorder() { return _oop_recorder; } function in class:ciEnv

Completed in 41 milliseconds