Home
last modified time | relevance | path

Searched defs:CodeDescOps (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-reference.cc57 struct CodeDescOps { struct
58 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 …]