Searched defs:code_offset (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp161 int LIR_Assembler::code_offset() const { function in class:LIR_Assembler
/openjdk10/hotspot/src/share/vm/code/
H A DcodeBlob.hpp305 int code_offset() const { return _code_offset; } function in class:CodeBlobLayout
H A Dnmethod.hpp98 int code_offset() const { return (address) code_begin() - header_begin(); } function in class:nmethod
/openjdk10/hotspot/src/share/vm/oops/
H A Dmethod.hpp690 static ByteSize code_offset() { return byte_offset_of(Method, _code); } function in class:Method

Completed in 68 milliseconds