Lines Matching defs:code_begin
121 address code_begin() const { return (address) header_begin() + _code_offset; }
137 int code_size() const { return code_end() - code_begin(); }
144 bool code_contains(address addr) const { return code_begin() <= addr && addr < code_end(); }
148 addr >= code_begin() + _frame_complete_offset; }
190 intptr_t offset = (intptr_t)(block_begin - code_begin());
307 address entry_point() { return code_begin(); }
340 address entry_point() { return code_begin(); }
400 address unpack() const { return code_begin() + _unpack_offset; }
401 address unpack_with_exception() const { return code_begin() + _unpack_with_exception; }
402 address unpack_with_reexecution() const { return code_begin() + _unpack_with_reexecution; }
411 assert(code_contains(code_begin() + _unpack_with_exception_in_tls), "must be PC inside codeblob");
413 address unpack_with_exception_in_tls() const { return code_begin() + _unpack_with_exception_in_tls; }