Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_state.h34 enum class State : uint8_t { enum
Dpgo_profiler.h50 using State = pgo::PGOState::State; variable
Dpgo_state.cpp22 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/tests/vm-benchmarks/src/vmb/templates/
DTemplate-ArkTS-NodeJS-Interop.js130 const State = stsVm.getClass('L$state_name;'); constant
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum