Searched refs:sp_displace (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() argument 247 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) { in GenEntrySequence()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() argument 323 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) { in GenEntrySequence()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : in GenEntrySequence() argument 377 sp_displace_(sp_displace) { in GenEntrySequence()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) in GenEntrySequence() argument 408 sp_displace_(sp_displace) { in GenEntrySequence()
|