| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-code-generator.cc | 94 __ RecordComment(ss.str()); in PreProcessBasicBlock() local 106 __ RecordComment(ss.str()); in Process() local 124 if (FLAG_code_comments) __ RecordComment("-- Spill:"); in Process() local 150 __ RecordComment("-- * Cycle"); in RecursivelyEmitParallelMoveChain() local 160 __ RecordComment("-- * Chain start"); in RecursivelyEmitParallelMoveChain() local 164 __ RecordComment("-- * end cycle"); in RecursivelyEmitParallelMoveChain() local 229 __ RecordComment("-- Target has no state, must be a fallthrough"); in EmitBlockEndGapMoves() local 249 __ RecordComment("-- Gap moves:"); in EmitBlockEndGapMoves() local 260 __ RecordComment(ss.str()); in EmitBlockEndGapMoves() local 278 __ RecordComment(ss.str()); in EmitBlockEndGapMoves() local [all …]
|
| D | maglev-ir.cc | 253 __ RecordComment("-- Jump to deferred code"); in JumpToDeferredIf() local 273 __ RecordComment("-- Jump to eager deopt"); in EmitEagerDeoptIf() local
|
| /third_party/node/deps/v8/src/codegen/ |
| D | assembler.h | 303 V8_INLINE void RecordComment(const char* comment) { in RecordComment() function 312 V8_INLINE void RecordComment(std::string comment) { in RecordComment() function
|
| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-assembler-inl.h | 59 void BaselineAssembler::RecordComment(const char* string) { in RecordComment() function
|
| D | baseline-compiler.cc | 536 __ RecordComment(" -- Verify frame size"); in VerifyFrame() local 539 __ RecordComment(" -- Verify feedback vector"); in VerifyFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 2246 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 3437 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 3077 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 3908 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 4080 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 3738 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 4701 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 4058 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 4204 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 4002 __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|