Searched defs:State (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_state.h | 34 enum class State : uint8_t { enum
|
| D | pgo_profiler.h | 50 using State = pgo::PGOState::State; variable
|
| D | pgo_state.cpp | 22 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/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template-ArkTS-NodeJS-Interop.js | 130 const State = stsVm.getClass('L$state_name;'); constant
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class.h | 132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enum
|