Home
last modified time | relevance | path

Searched refs:code_comments (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcode-reference.cc30 Address code_comments() const { return code->code_comments(); } in code_comments() function
52 Address code_comments() const { return code->code_comments(); } in code_comments() function
77 Address code_comments() const { in code_comments() function
119 DISPATCH(Address, code_comments)
H A Dcode-reference.h38 Address code_comments() const;
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.h32 V(code_comments) \
/third_party/node/deps/v8/src/heap/
H A Dcode-stats.cc209 CodeCommentsIterator cit(code.code_comments(), code.code_comments_size()); in CollectCodeCommentStatistics()
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc302 CodeCommentsIterator cit(code.code_comments(), code.code_comments_size()); in DecodeIt()
/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h1431 DEFINE_BOOL(code_comments, false,
1435 DEFINE_BOOL_READONLY(code_comments, false, "")
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h278 Address code_comments() const;
H A Dwasm-code-manager.cc169 Address WasmCode::code_comments() const { in code_comments() function in v8::internal::wasm::WasmCode
/third_party/node/deps/v8/src/objects/
H A Dcode.h355 inline Address code_comments() const;
H A Dcode-inl.h820 Address Code::code_comments() const { in code_comments() function in v8::internal::Code

Completed in 17 milliseconds