Searched refs:CodeReference (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
D | code-reference.h | 21 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);
|
D | code-reference.cc | 86 ret CodeReference::method() const { \ 101 ret CodeReference::method() const { \
|
D | reloc-info.h | 15 class CodeReference; variable 441 explicit RelocIterator(const CodeReference code_reference,
|
D | reloc-info.cc | 273 RelocIterator::RelocIterator(const CodeReference code_reference, int mode_mask) in RelocIterator()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | disassembler.cc | 43 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) {
|
D | disassembler.h | 25 CodeReference code = {},
|
/third_party/node/deps/v8/src/objects/ |
D | code.cc | 482 CodeReference(handle(code, isolate)), current_pc); in DisassembleCodeRange()
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 3095 CodeReference(&result.code_desc)); in GenerateCodeForWasmNativeStub() 3213 CodeReference(&result->code_desc)); in GenerateCodeForWasmFunction()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.cc | 407 CodeReference(this), current_pc); in Disassemble()
|