Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc232 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc357 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc385 MarkPossibleStackOverflowException(); in GenEntrySequence()
/art/compiler/dex/quick/
Dmir_to_lir.h836 void MarkPossibleStackOverflowException();
Dgen_common.cc197 void Mir2Lir::MarkPossibleStackOverflowException() { in MarkPossibleStackOverflowException() function in art::Mir2Lir