Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_state_word.h106 struct State { struct
107 common::StateWordType padding_ : PADDING_WIDTH; argument
109 ForwardState forwardState_ : FORWARD_WIDTH; argument
113 State state_; argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dapp_state.h27 … enum class State { FOREGROUND, BACKGROUND, SENSITIVE_START, SENSITIVE_END, COLD_START_FINISHED }; enum
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_state.h37 enum class State : uint8_t { enum
Dpgo_profiler.h51 using State = pgo::PGOState::State; variable
Dpgo_state.cpp24 using State = PGOState::State; typedef
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dstate.h92 …ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *con… in State() function
179 …ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *con… in State() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Descape_analysis.h72 explicit State(Chunk* chunk) : map_(chunk) {} in State() function
Dstring_builder_optimizer.h49 enum State { enum
Dnumber_speculative_retype.h30 enum class State { enum
Dgate_accessor.h34 GateRef State() const in State() function
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h89 enum State { enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; enum
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum