Home
last modified time | relevance | path

Searched defs:State (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h113 enum class State : uint8_t { UNKNOWN, KNOWN, CONFLICT }; class in ark::compiler::LocationState
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dstate.h90 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 Dnumber_speculative_retype.h30 enum class State { class in panda::ecmascript::kungfu::NumberSpeculativeRetype
H A Descape_analysis.h70 class State { class
72 explicit State(Chunk* chunk) : map_(chunk) {} in State() function in panda::ecmascript::kungfu::State
H A Dstring_builder_optimizer.h49 enum State { enum in panda::ecmascript::kungfu::StringBuilderOptimizer
H A Dgate_accessor.h34 GateRef State() const in State() function in panda::ecmascript::kungfu::StateDepend
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.h88 enum State { enum in ark::Monitor
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h126 enum class State : uint8_t { class in panda::ecmascript::pgo::PGOProfiler
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h132 enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; class in ark::Class
[all...]

Completed in 6 milliseconds