Home
last modified time | relevance | path

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

12

/external/v8/src/
Dcodegen.cc78 __ RecordComment(msg); in UNARY_MATH_FUNCTION() local
83 if (msg_[0] == '[') __ RecordComment("]"); in ~Comment() local
Dsafepoint-table.cc141 assembler->RecordComment(";;; Safepoint table."); in Emit()
/external/v8/src/debug/x64/
Ddebug-x64.cc62 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/ia32/
Ddebug-ia32.cc61 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/mips/
Ddebug-mips.cc68 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/mips64/
Ddebug-mips64.cc81 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/arm64/
Ddebug-arm64.cc86 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/arm/
Ddebug-arm.cc74 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/ppc/
Ddebug-ppc.cc76 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/s390/
Ddebug-s390.cc81 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/debug/x87/
Ddebug-x87.cc61 __ RecordComment("Debug break"); in GenerateDebugBreakStub() local
/external/v8/src/compiler/
Dcode-generator.cc157 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/
Dlithium-codegen.cc164 masm()->RecordComment(copy.start()); in Comment()
/external/v8/src/x87/
Dmacro-assembler-x87.cc816 RecordComment("-- X87SetFPUCW start --"); in X87SetFPUCW()
820 RecordComment("-- X87SetFPUCW end--"); in X87SetFPUCW()
2314 RecordComment("Abort message: "); in Abort()
2315 RecordComment(msg); in Abort()
Dassembler-x87.h960 void RecordComment(const char* msg);
/external/v8/src/arm64/
Dassembler-arm64.cc423 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/
Dcode-generator-arm64.cc768 __ 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/
Dcode-generator-mips.cc725 __ 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/
Dcode-generator-ppc.cc1047 __ 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/
Dcode-generator-x87.cc707 __ 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/
Dcode-generator-ia32.cc983 __ 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/
Dcode-generator-mips64.cc761 __ 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/
Dcode-generator-arm.cc730 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction()
2214 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc2457 RecordComment("Abort message: "); in Abort()
2458 RecordComment(msg); in Abort()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc919 __ RecordComment(reinterpret_cast<const char*>(comment_string)); in AssembleArchInstruction()
2508 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local

12