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