HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentDexPc (Results 1 - 7 of 7) sorted by null

  /art/compiler/dex/quick/
gen_common.cc 70 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch) {
88 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch),
112 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch),
142 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch) {
511 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), unresolved, cont), uninit_(uninit),
    [all...]
mir_to_lir.h 655 DexOffset GetCurrentDexPc() const {
    [all...]
  /art/compiler/dex/quick/mips/
call_mips.cc 323 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) {
  /art/compiler/dex/quick/x86/
call_x86.cc 247 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), sp_displace_(sp_displace) {
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 376 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr),
  /art/compiler/dex/quick/arm/
call_arm.cc 407 : LIRSlowPath(m2l, m2l->GetCurrentDexPc(), branch, nullptr), restore_lr_(restore_lr),

Completed in 524 milliseconds