Searched defs:CodeDescOps (Results 1 – 1 of 1) sorted by relevance
57 struct CodeDescOps { struct58 const CodeDesc* code_desc;60 Address constant_pool() const { in constant_pool()63 Address instruction_start() const { in instruction_start()66 Address instruction_end() const { in instruction_end()69 int instruction_size() const { return code_desc->instr_size; } in instruction_size()70 const byte* relocation_start() const { in relocation_start()73 const byte* relocation_end() const { in relocation_end()76 int relocation_size() const { return code_desc->reloc_size; } in relocation_size()77 Address code_comments() const { in code_comments()[all …]