Searched defs:src_value (Results 1 – 3 of 3) sorted by relevance
210 const JValue src_value(*value); in ConvertJValueCommon() local322 uint32_t src_value = caller_frame.GetVReg(src_reg); in CopyArgumentsFromCallerFrame() local
1168 uint32_t src_value = shadow_frame.GetVReg(src_reg); in AssignRegister() local
663 static uint32_t ApplyMaskShifted(uint32_t src_value, uint32_t mask) { in ApplyMaskShifted()