Home
last modified time | relevance | path

Searched refs:MarkPossibleStackOverflowException (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc182 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/mips/
Dcall_mips.cc307 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc343 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc412 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/
Dmir_to_lir.h808 void MarkPossibleStackOverflowException();
Dgen_common.cc328 void Mir2Lir::MarkPossibleStackOverflowException() { in MarkPossibleStackOverflowException() function in art::Mir2Lir