/external/v8/src/ |
D | codegen.cc | 73 __ RecordComment(msg); in UNARY_MATH_FUNCTION() local 78 if (msg_[0] == '[') __ RecordComment("]"); in ~Comment() local
|
D | safepoint-table.cc | 141 assembler->RecordComment(";;; Safepoint table."); in Emit()
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 66 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 59 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 74 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 84 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 79 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 72 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 68 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 59 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 60 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/test/cctest/ |
D | test-assembler-s390.cc | 145 __ RecordComment("dead code, just testing relocations"); variable 147 __ RecordComment("dead code, just testing immediate operands"); variable
|
D | test-assembler-ppc.cc | 143 __ RecordComment("dead code, just testing relocations"); variable 145 __ RecordComment("dead code, just testing immediate operands"); variable
|
/external/v8/src/compiler/ |
D | code-generator.cc | 142 masm()->RecordComment(buffer_start); in GenerateCode() 172 masm()->RecordComment("-- Out of line code --"); in GenerateCode() 416 masm()->RecordComment(buffer.start()); in AssembleSourcePosition()
|
/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 155 masm()->RecordComment(copy.start()); in Comment()
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 418 assm_->RecordComment("[ Constant Pool"); in Emit() 427 assm_->RecordComment("]"); in Emit() 3076 RecordComment("[ Veneers"); in EmitVeneers() 3139 RecordComment("]"); in EmitVeneers()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 890 RecordComment("-- X87SetFPUCW start --"); in X87SetFPUCW() 894 RecordComment("-- X87SetFPUCW end--"); in X87SetFPUCW() 2805 RecordComment("Abort message: "); in Abort() 2806 RecordComment(msg); in Abort()
|
D | assembler-x87.h | 967 void RecordComment(const char* msg);
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 576 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 1790 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 683 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 1816 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 595 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 1482 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 737 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 1732 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 791 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2095 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 692 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2064 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 656 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2313 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|