Searched refs:fr (Results 1 – 11 of 11) sorted by relevance
43 void MipsContext::FillCalleeSaves(const StackVisitor& fr) { in FillCalleeSaves() argument44 mirror::ArtMethod* method = fr.GetMethod(); in FillCalleeSaves()53 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes()); in FillCalleeSaves()63 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()
36 void FillCalleeSaves(const StackVisitor& fr) OVERRIDE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
44 void ArmContext::FillCalleeSaves(const StackVisitor& fr) { in FillCalleeSaves() argument45 mirror::ArtMethod* method = fr.GetMethod(); in FillCalleeSaves()54 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes()); in FillCalleeSaves()64 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()
37 void FillCalleeSaves(const StackVisitor& fr) OVERRIDE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
39 void X86Context::FillCalleeSaves(const StackVisitor& fr) { in FillCalleeSaves() argument40 mirror::ArtMethod* method = fr.GetMethod(); in FillCalleeSaves()49 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
42 void X86_64Context::FillCalleeSaves(const StackVisitor& fr) { in FillCalleeSaves() argument43 mirror::ArtMethod* method = fr.GetMethod(); in FillCalleeSaves()52 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes()); in FillCalleeSaves()63 fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_info.FrameSizeInBytes())); in FillCalleeSaves()
47 void Arm64Context::FillCalleeSaves(const StackVisitor& fr) { in FillCalleeSaves() argument48 mirror::ArtMethod* method = fr.GetMethod(); in FillCalleeSaves()57 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes()); in FillCalleeSaves()68 fprs_[i] = fr.CalleeSaveAddress(spill_count + fp_spill_count - j, in FillCalleeSaves()
37 void FillCalleeSaves(const StackVisitor& fr) OVERRIDE;
43 virtual void FillCalleeSaves(const StackVisitor& fr)