/external/v8/src/ |
D | codegen.cc | 78 __ RecordComment(msg); in UNARY_MATH_FUNCTION() local 83 if (msg_[0] == '[') __ RecordComment("]"); in ~Comment() local
|
D | safepoint-table.cc | 141 assembler->RecordComment(";;; Safepoint table."); in Emit()
|
/external/v8/src/debug/x64/ |
D | debug-x64.cc | 62 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/ia32/ |
D | debug-ia32.cc | 61 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 68 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 81 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 86 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 74 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 76 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 81 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/debug/x87/ |
D | debug-x87.cc | 61 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
|
/external/v8/src/compiler/ |
D | code-generator.cc | 157 masm()->RecordComment(buffer_start); in GenerateCode() 188 masm()->RecordComment("-- Out of line code --"); in GenerateCode() 507 masm()->RecordComment(StrDup(buffer.str().c_str())); in AssembleSourcePosition()
|
/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 164 masm()->RecordComment(copy.start()); in Comment()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 816 RecordComment("-- X87SetFPUCW start --"); in X87SetFPUCW() 820 RecordComment("-- X87SetFPUCW end--"); in X87SetFPUCW() 2314 RecordComment("Abort message: "); in Abort() 2315 RecordComment(msg); in Abort()
|
D | assembler-x87.h | 960 void RecordComment(const char* msg);
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 423 assm_->RecordComment("[ Constant Pool"); in Emit() 432 assm_->RecordComment("]"); in Emit() 3079 RecordComment("[ Veneers"); in EmitVeneers() 3142 RecordComment("]"); in EmitVeneers()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 768 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 1889 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 725 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2054 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1047 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2265 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 707 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2454 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 983 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2356 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 761 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2395 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 730 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2214 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 2457 RecordComment("Abort message: "); in Abort() 2458 RecordComment(msg); in Abort()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 919 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction() 2508 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
|