Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc246 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/
Dcall_mips.cc322 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/
Dcall_arm64.cc375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : in GenEntrySequence() argument
377 sp_displace_(sp_displace) { in GenEntrySequence()
/art/compiler/dex/quick/arm/
Dcall_arm.cc406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) in GenEntrySequence() argument
408 sp_displace_(sp_displace) { in GenEntrySequence()