Home
last modified time | relevance | path

Searched refs:CodeReference (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-reference.h21 class CodeReference {
23 CodeReference() : kind_(Kind::NONE), null_(nullptr) {} in CodeReference() function
24 explicit CodeReference(const wasm::WasmCode* wasm_code) in CodeReference() function
26 explicit CodeReference(const CodeDesc* code_desc) in CodeReference() function
28 explicit CodeReference(Handle<Code> js_code) in CodeReference() function
66 ASSERT_TRIVIALLY_COPYABLE(CodeReference);
Dcode-reference.cc86 ret CodeReference::method() const { \
101 ret CodeReference::method() const { \
Dreloc-info.h15 class CodeReference; variable
441 explicit RelocIterator(const CodeReference code_reference,
Dreloc-info.cc273 RelocIterator::RelocIterator(const CodeReference code_reference, int mode_mask) in RelocIterator()
/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc43 explicit V8NameConverter(Isolate* isolate, CodeReference code = {}) in V8NameConverter()
49 const CodeReference& code() const { return code_; } in code()
55 CodeReference code_;
210 std::ostream& os, CodeReference host, in PrintRelocInfo()
292 std::ostream& os, CodeReference code, in DecodeIt()
400 const CodeReference& host = code; in DecodeIt()
463 byte* end, CodeReference code, Address current_pc) { in Decode()
486 byte* end, CodeReference code, Address current_pc) {
Ddisassembler.h25 CodeReference code = {},
/third_party/node/deps/v8/src/objects/
Dcode.cc482 CodeReference(handle(code, isolate)), current_pc); in DisassembleCodeRange()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3095 CodeReference(&result.code_desc)); in GenerateCodeForWasmNativeStub()
3213 CodeReference(&result->code_desc)); in GenerateCodeForWasmFunction()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc407 CodeReference(this), current_pc); in Disassemble()