Searched refs:code_offset (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp167 int LIR_Assembler::code_offset() const { function in class:LIR_Assembler
191 handler->set_entry_pco(code_offset());
218 flush_debug_info(code_offset());
233 block->set_exception_handler_pco(code_offset());
321 int pc_offset = code_offset();
347 int pc_offset = code_offset();
416 add_debug_info_for_null_check(code_offset(), cinfo);
425 add_debug_info_for_div0(code_offset(), info);
527 if (compilation()->debug_info_recorder()->last_pc_offset() == code_offset()) {
604 while (code_offset()
[all...]
H A Dc1_LIRAssembler.hpp127 int code_offset() const;
142 void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp174 offsets()->set_value(CodeOffsets::OSR_Entry, code_offset());
405 int offset = code_offset();
410 guarantee(code_offset() - offset <= exception_handler_size, "overflow");
426 int offset = code_offset();
489 int offset = code_offset();
493 guarantee(code_offset() - offset <= deopt_handler_size, "overflow");
807 store_offset = code_offset();
837 store_offset = code_offset();
870 int store_offset = code_offset();
893 store_offset = code_offset();
[all...]
H A DsharedRuntime_sparc.cpp529 __ ld_ptr(G5_method, in_bytes(methodOopDesc::code_offset()), G3_scratch);
1072 __ ld_ptr(G5_method, in_bytes(methodOopDesc::code_offset()), G3_scratch);
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp344 address consts_end () const { return header_begin() + code_offset() ; }
345 address insts_begin () const { return header_begin() + code_offset() ; }
H A DcodeBlob.hpp129 int code_offset() const { return _code_offset; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dnmethod.cpp847 _unwind_handler_offset = code_offset() + offsets->value(CodeOffsets::UnwindHandler);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp274 offsets()->set_value(CodeOffsets::OSR_Entry, code_offset());
397 int offset = code_offset();
409 guarantee(code_offset() - offset <= exception_handler_size, "overflow");
425 int offset = code_offset();
488 int offset = code_offset();
493 guarantee(code_offset() - offset <= deopt_handler_size, "overflow");
764 int null_check_here = code_offset();
792 null_check_here = code_offset();
795 null_check_here = code_offset();
813 null_check_here = code_offset();
[all...]
H A DsharedRuntime_x86_32.cpp514 __ cmpptr(Address(rbx, in_bytes(methodOopDesc::code_offset())), (int32_t)NULL_WORD);
969 __ cmpptr(Address(rbx, in_bytes(methodOopDesc::code_offset())), (int32_t)NULL_WORD);
H A DsharedRuntime_x86_64.cpp455 __ cmpptr(Address(rbx, in_bytes(methodOopDesc::code_offset())), (int32_t)NULL_WORD);
883 __ cmpptr(Address(rbx, in_bytes(methodOopDesc::code_offset())), (int32_t)NULL_WORD);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp557 static ByteSize code_offset() { return byte_offset_of(methodOopDesc, _code); } function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp990 void Process_OopMap_Node(MachNode *mach, int code_offset);

Completed in 92 milliseconds