Home
last modified time | relevance | path

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

/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.h88 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/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h126 enum class State : uint8_t { enum
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum