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

/art/compiler/dex/quick/mips/
H A Dcall_mips.cc320 class StackOverflowSlowPath : public LIRSlowPath { class in inherits:LIRSlowPath
322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) function in class:art::StackOverflowSlowPath
343 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, spill_count * 4));
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc244 class StackOverflowSlowPath : public LIRSlowPath { class in inherits:LIRSlowPath
246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) function in class:art::StackOverflowSlowPath
280 new(arena_)StackOverflowSlowPath(this, branch,
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc404 class StackOverflowSlowPath : public LIRSlowPath { class in inherits:LIRSlowPath
406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) function in class:art::StackOverflowSlowPath
436 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, true, spill_size));
451 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, false, frame_size_));
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc373 class StackOverflowSlowPath: public LIRSlowPath { class in inherits:LIRSlowPath
375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : function in class:art::StackOverflowSlowPath
398 AddSlowPath(new(arena_)StackOverflowSlowPath(this, branch, frame_size_));

Completed in 499 milliseconds