Home
last modified time | relevance | path

Searched refs:RecordComment (Results 1 – 25 of 47) sorted by relevance

12

/external/v8/src/
Dcodegen.cc73 __ RecordComment(msg); in UNARY_MATH_FUNCTION() local
78 if (msg_[0] == '[') __ RecordComment("]"); in ~Comment() local
Dsafepoint-table.cc141 assembler->RecordComment(";;; Safepoint table."); in Emit()
/external/v8/src/debug/mips/
Ddebug-mips.cc66 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/ia32/
Ddebug-ia32.cc59 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/ppc/
Ddebug-ppc.cc74 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/arm64/
Ddebug-arm64.cc84 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/s390/
Ddebug-s390.cc79 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/arm/
Ddebug-arm.cc72 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/mips64/
Ddebug-mips64.cc68 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/x87/
Ddebug-x87.cc59 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/x64/
Ddebug-x64.cc60 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/test/cctest/
Dtest-assembler-s390.cc145 __ RecordComment("dead code, just testing relocations"); variable
147 __ RecordComment("dead code, just testing immediate operands"); variable
Dtest-assembler-ppc.cc143 __ RecordComment("dead code, just testing relocations"); variable
145 __ RecordComment("dead code, just testing immediate operands"); variable
/external/v8/src/compiler/
Dcode-generator.cc142 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/
Dlithium-codegen.cc155 masm()->RecordComment(copy.start()); in Comment()
/external/v8/src/arm64/
Dassembler-arm64.cc418 assm_->RecordComment("[ Constant Pool"); in Emit()
427 assm_->RecordComment("]"); in Emit()
3076 RecordComment("[ Veneers"); in EmitVeneers()
3139 RecordComment("]"); in EmitVeneers()
/external/v8/src/x87/
Dmacro-assembler-x87.cc890 RecordComment("-- X87SetFPUCW start --"); in X87SetFPUCW()
894 RecordComment("-- X87SetFPUCW end--"); in X87SetFPUCW()
2805 RecordComment("Abort message: "); in Abort()
2806 RecordComment(msg); in Abort()
Dassembler-x87.h967 void RecordComment(const char* msg);
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc576 __ 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/
Dcode-generator-mips.cc683 __ 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/
Dcode-generator-arm.cc595 __ 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/
Dcode-generator-arm64.cc737 __ 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/
Dcode-generator-x64.cc791 __ 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/
Dcode-generator-mips64.cc692 __ 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/
Dcode-generator-x87.cc656 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction()
2313 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local

12