Home
last modified time | relevance | path

Searched defs:State (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dstep_hooks.h59 struct State { struct
68 std::optional<State> state_; argument
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dcombined_event_loop.h30 enum State { LEFT, RIGHT }; enum
/arkcompiler/runtime_core/runtime/interpreter/
Dstate.h92 …ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame) : StateIface(fr… in State() function
177 …ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame) : StateIface(fr… in State() function
/arkcompiler/runtime_core/runtime/
Dmonitor.h88 enum State { enum
/arkcompiler/runtime_core/runtime/include/
Dclass.h133 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum