Home
last modified time | relevance | path

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

12345

/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.cpp251 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
Dclass.cpp27 std::ostream &operator<<(std::ostream &os, const Class::State &state) in operator <<()
105 void Class::SetState(Class::State state) in SetState()
Dlocks.cpp108 auto state = Thread::GetCurrent()->GetLockState(); in HasLock() local
Dintrinsics.cpp377 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/
Dlitecg_codegen.cpp57 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/
Djs_generator_object.cpp39 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/
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
Dbytecode_circuit_builder.cpp812 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/
Dtest-as-expression1.ts19 let state = true; variable
/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/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_inherit_class.ts19 private state: any; property in Control
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp299 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/
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
Dreg_alloc_verifier.h117 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/
Dg1-evacuate-regions-task.h45 explicit G1EvacuateRegionsTask(G1EvacuateRegionsWorkerState<LanguageConfig> *state) in G1EvacuateRegionsTask()
175 … auto *state = internalAllocator_->template New<G1EvacuateRegionsWorkerState<LanguageConfig>>( in Submit() local
/arkcompiler/toolchain/tooling/client/tcpServer/
Dtcp_server.h56 void SetServerState(const bool state) in SetServerState()
/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
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp166 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/
Dwebsocket_client.cpp178 auto state = GetConnectionState(); in ClientSendWSUpgradeReq() local
201 auto state = GetConnectionState(); in ClientRecvWSUpgradeRsp() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp616 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/
Dregexp_executor.cpp78 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/
Dcrossing_map.cpp73 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/
Dpgo_profiler_manager.h198 void SetDisableAot(bool state) in SetDisableAot()
205 void SetDisablePGO(bool state) in SetDisablePGO()

12345