5#ifndef V8_CODEGEN_CODE_REFERENCE_H_
6#define V8_CODEGEN_CODE_REFERENCE_H_
15class InstructionStream;
Address instruction_end() const
CodeReference(Handle< Code > code)
const uint8_t * relocation_start() const
CodeReference(const CodeDesc *code_desc)
bool is_wasm_code() const
const uint8_t * relocation_end() const
int code_comments_size() const
int instruction_size() const
Address constant_pool() const
CodeReference(const wasm::WasmCode *wasm_code)
enum v8::internal::CodeReference::Kind kind_
DirectHandle< Code > as_code() const
const wasm::WasmCode * as_wasm_code() const
int relocation_size() const
const CodeDesc * code_desc_
Address code_comments() const
const wasm::WasmCode * wasm_code_
Address instruction_start() const
const CodeDesc * code_desc
#define DCHECK_EQ(v1, v2)
#define DISALLOW_NEW_AND_DELETE()
#define ASSERT_TRIVIALLY_COPYABLE(T)