Home
last modified time | relevance | path

Searched refs:MipsCalleeSaveMethodFrameInfo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/arch/mips/
Dquick_method_frame_info_mips.h65 constexpr QuickMethodFrameInfo MipsCalleeSaveMethodFrameInfo(Runtime::CalleeSaveType type) { in MipsCalleeSaveMethodFrameInfo() function
/art/runtime/
Druntime.cc1714 callee_save_method_frame_infos_[i] = mips::MipsCalleeSaveMethodFrameInfo(type); in SetInstructionSet()