Searched refs:oop_recorder (Results 1 - 17 of 17) 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 DdebugInfo.cpp41 write_int(recorder()->oop_recorder()->find_index(h));
H A Ddependencies.hpp365 OopRecorder* oop_recorder() { return _oop_recorder; } function in class:Dependencies
H A Dnmethod.cpp576 assert(debug_info->oop_recorder() == code_buffer->oop_recorder(), "shared OR");
819 assert(debug_info->oop_recorder() == code_buffer->oop_recorder(), "shared OR");
H A Ddependencies.cpp49 _oop_recorder = env->oop_recorder();
621 : JNIHandles::resolve(_deps->oop_recorder()->handle_at(i));
/openjdk7/hotspot/src/share/vm/asm/
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);
H A Dassembler.hpp317 OopRecorder* oop_recorder() const { return _oop_recorder; } function in class:AbstractAssembler
H A Dassembler.cpp63 _oop_recorder= code->oop_recorder();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp169 env->set_debug_info(new DebugInformationRecorder(env->oop_recorder()));
175 hscb.initialize_oop_recorder(env->oop_recorder());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp294 code()->initialize_oop_recorder(env()->oop_recorder());
297 _masm->set_oop_recorder(env()->oop_recorder());
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp265 OopRecorder* oop_recorder() { return _oop_recorder; } function in class:ciEnv
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1598 assert(oop_recorder() != NULL, "this assembler needs an OopRecorder");
1599 int oop_index = oop_recorder()->allocate_index(obj);
1605 assert(oop_recorder() != NULL, "this assembler needs an OopRecorder");
1606 int oop_index = oop_recorder()->find_index(obj);
1611 assert(oop_recorder() != NULL, "this assembler needs an OopRecorder");
1612 int oop_index = oop_recorder()->find_index(obj);
H A Dc1_LIRAssembler_sparc.cpp504 int oop_index = __ oop_recorder()->find_index(o);
513 int oop_index = __ oop_recorder()->allocate_index((jobject)NULL);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1022 env()->set_debug_info(new DebugInformationRecorder(env()->oop_recorder()));
3406 int oop_index = _masm.oop_recorder()->find_index(obj);
H A Doutput.cpp1168 cb->initialize_oop_recorder(env()->oop_recorder());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp10447 assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
10448 int oop_index = oop_recorder()->find_index(obj);
10456 assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
10457 int oop_index = oop_recorder()->find_index(obj);
10465 assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
10466 int oop_index = oop_recorder()->find_index(obj);
10474 assert (oop_recorder() != NULL, "this assembler needs an OopRecorder");
10475 int oop_index = oop_recorder()->find_index(obj);

Completed in 115 milliseconds