Searched defs:State (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_state_word.h | 106 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/ |
| D | app_state.h | 27 … enum class State { FOREGROUND, BACKGROUND, SENSITIVE_START, SENSITIVE_END, COLD_START_FINISHED }; enum
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_state.h | 37 enum class State : uint8_t { enum
|
| D | pgo_profiler.h | 51 using State = pgo::PGOState::State; variable
|
| D | pgo_state.cpp | 24 using State = PGOState::State; typedef
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | state.h | 92 …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/ |
| D | escape_analysis.h | 72 explicit State(Chunk* chunk) : map_(chunk) {} in State() function
|
| D | string_builder_optimizer.h | 49 enum State { enum
|
| D | number_speculative_retype.h | 30 enum class State { enum
|
| D | gate_accessor.h | 34 GateRef State() const in State() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.h | 89 enum State { enum
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.h | 113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; enum
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class.h | 132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum
|