Home
last modified time | relevance | path

Searched defs:return_loc (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegs.h50 Regs(uint16_t total_regs, const Location& return_loc) in Regs()
98 RegsImpl(uint16_t total_regs, Location return_loc) in RegsImpl()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc7958 Location return_loc = InvokeDexCallingConventionVisitorX86_64().GetReturnLocation(type); in MoveFromReturnRegister() local
H A Dcode_generator_arm_vixl.cc9813 Location return_loc = InvokeDexCallingConventionVisitorARMVIXL().GetReturnLocation(type); in MoveFromReturnRegister() local
H A Dcode_generator_x86.cc8951 Location return_loc = InvokeDexCallingConventionVisitorX86().GetReturnLocation(type); in MoveFromReturnRegister() local