| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/ |
| D | code.test.ts | 36 const state = codeReducer(initialState, action); constant 42 const state = codeReducer(initialState, action); constant 48 const state = codeReducer(initialState, action); constant 58 const state = codeReducer(initialState, action); constant 68 const state = codeReducer(initialState, action); constant
|
| D | logs.test.ts | 36 const state = codeReducer(initialState, action); constant 42 const state = codeReducer(initialState, action); constant 48 const state = codeReducer(initialState, action); constant 58 const state = codeReducer(initialState, action); constant 68 const state = codeReducer(initialState, action); constant
|
| D | options.test.ts | 39 const state = clinicReducer(initialState, action); constant 45 const state = clinicReducer(initialState, action); constant 51 const state = clinicReducer(initialState, action); constant
|
| D | syntax.test.ts | 42 const state = syntaxReducer(initialState, action); constant 48 const state = syntaxReducer(initialState, action); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/actions/ |
| D | appState.test.ts | 31 const state = store.getState(); constant 37 const state = store.getState(); constant 43 const state = store.getState(); constant
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor_object_lock.cpp | 33 …Monitor::State state = Monitor::Wait(objHandler_.GetPtr(), ThreadStatus::IS_WAITING, 0, 0, ignoreI… in Wait() local 40 …Monitor::State state = Monitor::Wait(objHandler_.GetPtr(), ThreadStatus::IS_TIMED_WAITING, timeout… in TimedWait() local 47 Monitor::State state = Monitor::Notify(objHandler_.GetPtr()); in Notify() local 53 Monitor::State state = Monitor::NotifyAll(objHandler_.GetPtr()); in NotifyAll() local
|
| D | monitor.cpp | 265 MarkWord::ObjectState state = mark.GetState(); in MonitorEnter() local 320 MarkWord::ObjectState state = mark.GetState(); in MonitorExit() local 471 MarkWord::ObjectState state = mark.GetState(); in Wait() local 501 MarkWord::ObjectState state = mark.GetState(); in Notify() local 549 MarkWord::ObjectState state = mark.GetState(); in NotifyAll() local 771 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local 832 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local 895 MarkWord::ObjectState state = mark.GetState(); in Acquire() local 922 MarkWord::ObjectState state = mark.GetState(); in Acquire() local 950 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
|
| D | class.cpp | 27 std::ostream &operator<<(std::ostream &os, const Class::State &state) in operator <<() 105 void Class::SetState(Class::State state) in SetState()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_state.cpp | 29 std::string PGOState::ToString(State state) in ToString() 43 std::string PGOState::ToString(GCState state) in ToString() 62 void PGOState::SetState(State state) in SetState() 90 State state = GetState(); in StateIsStop() local 96 State state = GetState(); in StateIsStart() local 102 State state = GetState(); in StateIsSave() local 129 void PGOState::SetGCState(GCState state) in SetGCState()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 46 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSection() local 53 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSectionOnDemand() local 59 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2Addr() local 65 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2FPtoPrevSPDelta() local 71 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2CalleeOffsetInfo() local 77 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2DeoptInfo() local 83 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2CallSiteInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 38 JSGeneratorState state = generator->GetGeneratorState(); in GeneratorValidate() local 52 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResume() local 91 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResumeAbrupt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | dead_code_elimination.cpp | 44 auto state = acc_.GetState(gate); in StateIsDead() local 53 GateRef state = StateIsDead(gate); in EliminateDependSelector() local 73 GateRef state = StateIsDead(gate); in EliminateIfException() local 86 GateRef state = StateIsDead(gate); in EliminateLoopExit() local 95 GateRef state = StateIsDead(gate); in EliminateBranch() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression1.ts | 19 let state = true; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/ |
| D | index.test.ts | 25 const state = store.getState(); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_inherit_class.ts | 19 private state: any; property in Control
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_generator_object_test.cpp | 41 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local 52 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local 70 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local
|
| D | js_async_generator_object_test.cpp | 41 JSAsyncGeneratorState state = asyncGenObj->GetAsyncGeneratorState(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.h | 173 static bool IsFireState(uint32_t state) in IsFireState() 178 static uint32_t GetNumberOfWaiters(uint32_t state) in GetNumberOfWaiters()
|
| D | ets_sync_primitives.cpp | 72 auto state = state_.fetch_add(ONE_WAITER, std::memory_order_acq_rel); in Wait() local 84 auto state = state_.exchange(FIRE_STATE, std::memory_order_acq_rel); in Fire() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 302 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local 314 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local 326 auto state = PeekRegExpState(); in PopRegExpState() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/ |
| D | lowering_test.h | 51 parser::Program *SetupContext(const char *text, es2panda_ContextState state) in SetupContext()
|
| /arkcompiler/toolchain/tooling/client/tcpServer/ |
| D | tcp_server.h | 56 void SetServerState(const bool state) in SetServerState()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.cpp | 26 std::string ToString(LocationState::State state) in ToString() 40 const LocationState &GetPhiLocationState(const BlockState &state, const ArenaVector<LocationState> … in GetPhiLocationState() 60 LocationState &GetPhiLocationState(BlockState *state, const LifeIntervals *interval, bool isHigh) in GetPhiLocationState() 214 bool BlockState::Merge(const BlockState &state, const PhiInstSafeIter &phis, BasicBlock *pred, in Merge() 252 void BlockState::Copy(BlockState *state) in Copy() 320 ForEachLocation(location, type, [instId](auto &state) { in UpdateLocation() 481 LocationState *state = nullptr; in HandleSpillFill() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test_one.cpp | 266 auto state = std::make_shared<PGOState>(); in HWTEST_F_L0() local 288 auto state = std::make_shared<PGOState>(); in HWTEST_F_L0() local 320 auto state = std::make_shared<PGOState>(); in HWTEST_F_L0() local 341 auto state = std::make_shared<PGOState>(); in HWTEST_F_L0() local 380 auto state = std::make_shared<PGOStateMock>(); in HWTEST_F_L0() local 421 auto state = std::make_shared<PGOStateMock>(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_helpers.cpp | 31 …ark::panda_file::LineProgramState state(*pandaDebugFile, ark::panda_file::File::EntityId(0), dda.G… in GetLineNumber() local
|