Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc194 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
196 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
233 new(arena_)StackOverflowSlowPath(this, branch, in GenEntrySequence()
/art/compiler/dex/quick/mips/
Dcall_mips.cc316 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
318 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
341 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, spill_count * ptr_size)); in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc448 class StackOverflowSlowPath : public LIRSlowPath { in GenEntrySequence() class
450 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
482 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, true, spill_size)); in GenEntrySequence()
499 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, false, frame_size_)); in GenEntrySequence()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc360 class StackOverflowSlowPath: public LIRSlowPath { in GenEntrySequence() class
362 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
387 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, frame_size_)); in GenEntrySequence()