Searched refs:fr (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/x86/
H A Dcontext_x86.cc38 void X86Context::FillCalleeSaves(const StackVisitor& fr) { argument
39 mirror::ArtMethod* method = fr.GetMethod();
49 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_size);
H A Dcontext_x86.h36 virtual void FillCalleeSaves(const StackVisitor& fr);
/art/runtime/arch/arm/
H A Dcontext_arm.cc43 void ArmContext::FillCalleeSaves(const StackVisitor& fr) { argument
44 mirror::ArtMethod* method = fr.GetMethod();
55 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_size);
65 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);
H A Dcontext_arm.h38 virtual void FillCalleeSaves(const StackVisitor& fr);
/art/runtime/arch/
H A Dcontext.h41 virtual void FillCalleeSaves(const StackVisitor& fr) = 0;
/art/runtime/arch/mips/
H A Dcontext_mips.cc42 void MipsContext::FillCalleeSaves(const StackVisitor& fr) { argument
43 mirror::ArtMethod* method = fr.GetMethod();
54 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_size);
64 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_size);
H A Dcontext_mips.h36 virtual void FillCalleeSaves(const StackVisitor& fr);

Completed in 154 milliseconds