Home
last modified time | relevance | path

Searched defs:StackOverflowSlowPath (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc244 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/mips/
Dcall_mips.cc320 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc373 class StackOverflowSlowPath: public LIRSlowPath { in GenEntrySequence() class
375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/arm/
Dcall_arm.cc404 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath