Searched defs:State (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | reg_alloc_verifier.h | 113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; class in ark::compiler::LocationState
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | state.h | 90 class State : public StateIface<State> { class 92 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() function in ark::interpreter::State 177 class State : public StateIface<State> { class 179 ALWAYS_INLINE inline State(ManagedThread *thread, const uint8_t *pc, Frame *frame, const void *const *dispatchTable) in State() function in ark::interpreter::State
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | number_speculative_retype.h | 30 enum class State { class in panda::ecmascript::kungfu::NumberSpeculativeRetype
|
| H A D | escape_analysis.h | 70 class State { class 72 explicit State(Chunk* chunk) : map_(chunk) {} in State() function in panda::ecmascript::kungfu::State
|
| H A D | string_builder_optimizer.h | 49 enum State { enum in panda::ecmascript::kungfu::StringBuilderOptimizer
|
| H A D | gate_accessor.h | 34 GateRef State() const in State() function in panda::ecmascript::kungfu::StateDepend
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | monitor.h | 88 enum State { enum in ark::Monitor
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.h | 126 enum class State : uint8_t { class in panda::ecmascript::pgo::PGOProfiler [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class.h | 132 enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; class in ark::Class [all...] |
Completed in 7 milliseconds