Home
last modified time | relevance | path

Searched refs:MarkBlockWillExit (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
Dunwinding-info-writer-arm.h41 void MarkBlockWillExit() { block_will_exit_ = true; } in MarkBlockWillExit() function
Dcode-generator-arm.cc719 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
736 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
748 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
872 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
882 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
3829 unwinding_info_writer_.MarkBlockWillExit(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dunwinding-info-writer-s390.h41 void MarkBlockWillExit() { block_will_exit_ = true; } in MarkBlockWillExit() function
Dcode-generator-s390.cc3526 unwinding_info_writer_.MarkBlockWillExit(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dunwinding-info-writer-arm64.h41 void MarkBlockWillExit() { block_will_exit_ = true; } in MarkBlockWillExit() function
Dcode-generator-arm64.cc735 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
751 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
766 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
890 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
899 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
3231 unwinding_info_writer_.MarkBlockWillExit(); in AssembleReturn()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dunwinding-info-writer-ppc.h41 void MarkBlockWillExit() { block_will_exit_ = true; } in MarkBlockWillExit() function
Dcode-generator-ppc.cc4176 unwinding_info_writer_.MarkBlockWillExit(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dunwinding-info-writer-x64.h45 void MarkBlockWillExit() { block_will_exit_ = true; } in MarkBlockWillExit() function
Dcode-generator-x64.cc1250 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1268 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1280 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1404 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
1410 unwinding_info_writer_.MarkBlockWillExit(); in AssembleArchInstruction()
4806 unwinding_info_writer_.MarkBlockWillExit(); in AssembleReturn()