Home
last modified time | relevance | path

Searched defs:RecordComment (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dassembler.cc369 void Assembler::RecordComment(const char* msg) { in RecordComment() function in v8::internal::Assembler
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2563 __ RecordComment("-- Stack check --"); in Generate_ArgumentsAdaptorTrampoline() local
2568 __ RecordComment("-- Allocate callee frame slots --"); in Generate_ArgumentsAdaptorTrampoline() local
2587 __ RecordComment("-- Fill slots with undefined --"); in Generate_ArgumentsAdaptorTrampoline() local
2605 __ RecordComment("-- Copy actual arguments --"); in Generate_ArgumentsAdaptorTrampoline() local
2627 __ RecordComment("-- Store padding --"); in Generate_ArgumentsAdaptorTrampoline() local
2634 __ RecordComment("-- Store receiver --"); in Generate_ArgumentsAdaptorTrampoline() local
2640 __ RecordComment("-- Call entry point --"); in Generate_ArgumentsAdaptorTrampoline() local
2658 __ RecordComment("-- Call without adapting args --"); in Generate_ArgumentsAdaptorTrampoline() local
2666 __ RecordComment("-- Stack overflow --"); in Generate_ArgumentsAdaptorTrampoline() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2371 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2405 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2989 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3050 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc3089 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3485 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc3235 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc4241 if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --"); in AssembleConstructFrame() local