Searched defs:stored_value (Results 1 – 8 of 8) sorted by relevance
302 int64_t stored_value; in GetPersistedValue() local361 int64_t stored_value = GetPersistedValue(kPrefsSystemUpdatedMarker, prefs); in LoadAndReportTimeToReboot() local
882 string stored_value; in LoadResponseSignature() local1003 int64_t stored_value; in LoadBackoffExpiryTime() local1036 int64_t stored_value; in LoadUpdateTimestampStart() local1083 int64_t stored_value; in LoadUpdateDurationUptime() local1380 int64_t stored_value = time.ToInternalValue(); in SetP2PFirstAttemptTimestamp() local1385 int64_t stored_value = in LoadP2PFirstAttemptTimestamp() local
558 int64_t stored_value; in WallclockDurationHelper() local
218 int64_t stored_value; in CheckAndReportDailyMetrics() local
412 int64_t stored_value; in GetInstallDate() local
484 auto stored_value = btif_config_cache.GetString(section, key); in btif_config_get_str() local
1281 HInstruction* stored_value; member2497 HInstruction* stored_value = nullptr; in ProcessLoopPhiWithUnknownInput() local2849 HInstruction* stored_value = FindSubstitute(store_record.stored_value); in FindStoresWritingOldValues() local
563 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal()