Searched refs:OopRecorder (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp31 int OopRecorder::_find_index_calls = 0;
32 int OopRecorder::_hit_indexes = 0;
33 int OopRecorder::_missed_indexes = 0;
37 OopRecorder::OopRecorder(Arena* arena) { function in class:OopRecorder
44 OopRecorder::IndexCache::IndexCache() {
49 int OopRecorder::oop_size() {
55 void OopRecorder::copy_to(nmethod* nm) {
61 void OopRecorder::maybe_initialize() {
74 jobject OopRecorder
[all...]
H A DdebugInfoRec.hpp79 DebugInformationRecorder(OopRecorder* oop_recorder);
139 OopRecorder* oop_recorder() { return _oop_recorder; }
159 OopRecorder* _oop_recorder;
H A DoopRecorder.hpp35 class OopRecorder : public ResourceObj { class in inherits:ResourceObj
43 OopRecorder(Arena* arena = NULL);
90 // This class is only used by the OopRecorder class.
91 friend class OopRecorder;
H A Ddependencies.hpp54 class OopRecorder;
235 OopRecorder* _oop_recorder;
365 OopRecorder* oop_recorder() { return _oop_recorder; }
H A DcodeBlob.hpp71 friend class OopRecorder;
H A DdebugInfoRec.cpp97 DebugInformationRecorder::DebugInformationRecorder(OopRecorder* oop_recorder)
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp54 OopRecorder* _oop_recorder;
265 OopRecorder* oop_recorder() { return _oop_recorder; }
266 void set_oop_recorder(OopRecorder* r) { _oop_recorder = r; }
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp207 OopRecorder* _oop_recorder; // support for relocInfo::oop_type
317 OopRecorder* oop_recorder() const { return _oop_recorder; }
318 void set_oop_recorder(OopRecorder* r) { _oop_recorder = r; }
H A DcodeBuffer.hpp330 OopRecorder* _oop_recorder;
332 OopRecorder _default_oop_recorder; // override with initialize_oop_recorder
507 OopRecorder* recorder = oop_recorder();
517 void initialize_oop_recorder(OopRecorder* r);
519 OopRecorder* oop_recorder() const { return _oop_recorder; }
H A DcodeBuffer.cpp143 void CodeBuffer::initialize_oop_recorder(OopRecorder* r) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp120 OopRecorder* ooprec = new OopRecorder(_env->arena());
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp167 env->set_oop_recorder(new OopRecorder(&arena));
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1021 env()->set_oop_recorder(new OopRecorder(comp_arena()));

Completed in 63 milliseconds