Home | History | Annotate | Download | only in ARM

Lines Matching refs:value_sp

13500     OptionValueSP value_sp = test_data->GetValueForKey (opcode_key);
13503 if ((value_sp.get() == NULL) || (value_sp->GetType() != OptionValue::eTypeUInt64))
13508 test_opcode = value_sp->GetUInt64Value ();
13533 value_sp = test_data->GetValueForKey (before_key);
13534 if ((value_sp.get() == NULL) || (value_sp->GetType() != OptionValue::eTypeDictionary))
13540 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary ();
13547 value_sp = test_data->GetValueForKey (after_key);
13548 if ((value_sp.get() == NULL) || (value_sp->GetType() != OptionValue::eTypeDictionary))
13554 state_dictionary = value_sp->GetAsDictionary ();