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

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h18 class EmulationStateARM { class
21 EmulationStateARM ();
24 ~EmulationStateARM ();
51 CompareState (EmulationStateARM &other_state);
97 DISALLOW_COPY_AND_ASSIGN (EmulationStateARM);
H A DEmulationStateARM.cpp1 //===-- EmulationStateARM.cpp -----------------------------------*- C++ -*-===//
10 #include "EmulationStateARM.h"
24 EmulationStateARM::EmulationStateARM () : function in class:EmulationStateARM
32 EmulationStateARM::~EmulationStateARM ()
37 EmulationStateARM::LoadPseudoRegistersFromFrame (StackFrame &frame)
78 EmulationStateARM::StorePseudoRegisterValue (uint32_t reg_num, uint64_t value)
103 EmulationStateARM::ReadPseudoRegisterValue (uint32_t reg_num, bool &success)
129 EmulationStateARM
[all...]
H A DAndroid.mk13 EmulationStateARM.cpp
H A DEmulateInstructionARM.cpp13 #include "EmulationStateARM.h"
13530 EmulationStateARM before_state;
13531 EmulationStateARM after_state;
13562 SetCallbacks (&EmulationStateARM::ReadPseudoMemory,
13563 &EmulationStateARM::WritePseudoMemory,
13564 &EmulationStateARM::ReadPseudoRegister,
13565 &EmulationStateARM::WritePseudoRegister);

Completed in 148 milliseconds