Searched defs:code_offset (Results 1 - 3 of 3) 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...]
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp129 int code_offset() const { return _code_offset; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp557 static ByteSize code_offset() { return byte_offset_of(methodOopDesc, _code); } function in class:methodOopDesc

Completed in 39 milliseconds