Searched refs:callee_context (Results 1 – 3 of 3) sorted by relevance
47 const RawContextType &callee_context, in FindCallerRegisters() argument61 callee_registers[r.name] = callee_context.*r.context_member; in FindCallerRegisters()106 caller_context->*r.context_member = callee_context.*r.context_member; in FindCallerRegisters()
477 RawContext callee_context, caller_context; member526 callee_context.r0 = 0x94e030ca79edd119ULL; in TEST_F()527 callee_context.r1 = 0x937b4d7e95ce52d9ULL; in TEST_F()528 callee_context.r2 = 0x5fe0027416b8b62aULL; // caller's r1 in TEST_F()531 callee_context.sp = stack_top; in TEST_F()532 callee_context.pc = 0x25b21b224311d280ULL; in TEST_F()539 callee_context, callee_validity, in TEST_F()
261 const RawContextType &callee_context,