| /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 | 251 MarkWord::ObjectState state = mark.GetState(); in MonitorEnter() local 314 MarkWord::ObjectState state = mark.GetState(); in MonitorExit() local 393 MarkWord::ObjectState state = mark.GetState(); in Wait() local 487 MarkWord::ObjectState state = mark.GetState(); in Notify() local 535 MarkWord::ObjectState state = mark.GetState(); in NotifyAll() local 735 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local 808 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local 871 MarkWord::ObjectState state = mark.GetState(); in Acquire() local 898 MarkWord::ObjectState state = mark.GetState(); in Acquire() local 926 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()
|
| D | locks.cpp | 108 auto state = Thread::GetCurrent()->GetLockState(); in HasLock() local
|
| D | intrinsics.cpp | 377 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_WAITING, 0, 0); in ObjectWait() local 383 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_TIMED_WAITING, timeout, 0); in ObjectTimedWait() local 389 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_TIMED_WAITING, timeout, nanos); in ObjectTimedWaitNanos() local 395 Monitor::State state = Monitor::Notify(header); in ObjectNotify() local 401 Monitor::State state = Monitor::NotifyAll(header); in ObjectNotifyAll() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 57 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSection() local 64 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSectionOnDemand() local 70 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2Addr() local 76 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2FPtoPrevSPDelta() local 82 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2CalleeOffsetInfo() local 88 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2DeoptInfo() local 94 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2CallSiteInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 39 JSGeneratorState state = generator->GetGeneratorState(); in GeneratorValidate() local 53 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResume() local 92 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
|
| D | bytecode_circuit_builder.cpp | 812 auto state = frameStateBuilder_.GetCurrentState(); in MergeThrowGate() local 836 auto state = frameStateBuilder_.GetCurrentState(); in MergeExceptionGete() local 858 GateRef state = frameStateBuilder_.GetCurrentState(); in NewJSGate() local 901 GateRef state = frameStateBuilder_.GetCurrentState(); in NewJump() local 950 GateRef state = frameStateBuilder_.GetCurrentState(); in NewReturn() local 1020 GateRef state = frameStateBuilder_.GetCurrentState(); in BuildSubCircuit() local 1032 GateRef state = frameStateBuilder_.GetCurrentState(); in BuildSubCircuit() local 1089 GateRef state = frameStateBuilder_.GetCurrentState(); in GenDeoptAndReturnForOsrLoopExit() local 1115 GateRef state = frameStateBuilder_.GetCurrentState(); in HandleOsrLoopBody() local 1180 GateRef state = frameStateBuilder_.GetCurrentState(); in BuildOsrCircuit() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression1.ts | 19 let state = true; variable
|
| /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/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_inherit_class.ts | 19 private state: any; property in Control
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 299 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local 311 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local 323 auto state = PeekRegExpState(); in PopRegExpState() local
|
| /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
|
| D | reg_alloc_verifier.h | 117 LocationState(LocationState::State state, uint32_t id) : state_(state), id_(id) {} in LocationState() function 127 void SetState(State state) in SetState()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-evacuate-regions-task.h | 45 explicit G1EvacuateRegionsTask(G1EvacuateRegionsWorkerState<LanguageConfig> *state) in G1EvacuateRegionsTask() 175 … auto *state = internalAllocator_->template New<G1EvacuateRegionsWorkerState<LanguageConfig>>( in Submit() local
|
| /arkcompiler/toolchain/tooling/client/tcpServer/ |
| D | tcp_server.h | 56 void SetServerState(const bool state) in SetServerState()
|
| /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
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 166 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state == UNLOCKED; })) { in WriteLock() 185 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state >= UNLOCKED; })) { in HandleReadLockWait()
|
| /arkcompiler/toolchain/websocket/client/ |
| D | websocket_client.cpp | 178 auto state = GetConnectionState(); in ClientSendWSUpgradeReq() local 201 auto state = GetConnectionState(); in ClientRecvWSUpgradeRsp() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 616 InterpretedFrame *state = GET_FRAME(newSp); in ExecuteNative() local 729 InterpretedFrame *state = GET_FRAME(newSp); in Execute() local 813 InterpretedFrame *state = GET_FRAME(newSp); in GeneratorReEnterInterpreter() local 1402 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local 1459 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local 1514 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local 1563 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local 3183 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local 3275 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local 3301 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.cpp | 78 RegExpState *state = PeekRegExpState(); in MatchFailed() local 262 auto state = reinterpret_cast<RegExpState *>(stateStack_ + stateStackLen_ * stateSize_); in PushRegExpState() local 287 auto state = PeekRegExpState(); in PopRegExpState() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.cpp | 73 CrossingMapElement::STATE state = GetMapElement(firstMapNum)->GetState(); in AddObject() local 286 CrossingMapElement::STATE state = GetMapElement(mapNum)->GetState(); in FindObjInMap() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 198 void SetDisableAot(bool state) in SetDisableAot() 205 void SetDisablePGO(bool state) in SetDisablePGO()
|