Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 135) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
Dcode.test.ts36 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
Dlogs.test.ts36 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
Doptions.test.ts39 const state = clinicReducer(initialState, action); constant
45 const state = clinicReducer(initialState, action); constant
51 const state = clinicReducer(initialState, action); constant
Dsyntax.test.ts42 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/
DappState.test.ts31 const state = store.getState(); constant
37 const state = store.getState(); constant
43 const state = store.getState(); constant
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor_object_lock.cpp33 …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
Dmonitor.cpp265 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
Dclass.cpp27 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/
Dpgo_state.cpp29 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/
Dlitecg_codegen.cpp46 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/
Djs_generator_object.cpp38 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/
Ddead_code_elimination.cpp44 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/
Dtest-as-expression1.ts19 let state = true; variable
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/
Dindex.test.ts25 const state = store.getState(); constant
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_inherit_class.ts19 private state: any; property in Control
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp41 …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
Djs_async_generator_object_test.cpp41 JSAsyncGeneratorState state = asyncGenObj->GetAsyncGeneratorState(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.h173 static bool IsFireState(uint32_t state) in IsFireState()
178 static uint32_t GetNumberOfWaiters(uint32_t state) in GetNumberOfWaiters()
Dets_sync_primitives.cpp72 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/
Dregexp_executor.cpp302 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/
Dlowering_test.h51 parser::Program *SetupContext(const char *text, es2panda_ContextState state) in SetupContext()
/arkcompiler/toolchain/tooling/client/tcpServer/
Dtcp_server.h56 void SetServerState(const bool state) in SetServerState()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp26 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/
Dpgo_profiler_test_one.cpp266 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/
Ddebug_helpers.cpp31 …ark::panda_file::LineProgramState state(*pandaDebugFile, ark::panda_file::File::EntityId(0), dda.G… in GetLineNumber() local

123456