Searched refs:state_dictionary (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13540 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary (); local
13541 if (!before_state.LoadStateFromDictionary (state_dictionary))
13554 state_dictionary = value_sp->GetAsDictionary ();
13555 if (!after_state.LoadStateFromDictionary (state_dictionary))

Completed in 954 milliseconds