Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 121) 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.cpp160 MarkWord::ObjectState state = mark.GetState(); in MonitorEnter() local
289 MarkWord::ObjectState state = mark.GetState(); in MonitorExit() local
368 MarkWord::ObjectState state = mark.GetState(); in Wait() local
462 MarkWord::ObjectState state = mark.GetState(); in Notify() local
510 MarkWord::ObjectState state = mark.GetState(); in NotifyAll() local
710 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local
783 MarkWord::ObjectState state = oldMark.GetState(); in Acquire() local
846 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
873 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
901 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
Dclass.cpp27 std::ostream &operator<<(std::ostream &os, const Class::State &state) in operator <<()
104 void Class::SetState(Class::State state) in SetState()
Dlocks.cpp108 auto state = Thread::GetCurrent()->GetLockState(); in HasLock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp47 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in AllocateCodeSection() local
53 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2Addr() local
59 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2FPtoPrevSPDelta() local
65 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SaveFunc2CalleeOffsetInfo() local
71 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2DeoptInfo() local
77 struct CodeInfo &state = *static_cast<struct CodeInfo *>(object); in SavePC2CallSiteInfo() 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.cpp515 auto state = frameStateBuilder_.GetCurrentState(); in MergeThrowGate() local
537 auto state = frameStateBuilder_.GetCurrentState(); in MergeExceptionGete() local
557 GateRef state = frameStateBuilder_.GetCurrentState(); in NewJSGate() local
598 GateRef state = frameStateBuilder_.GetCurrentState(); in NewJump() local
643 GateRef state = frameStateBuilder_.GetCurrentState(); in NewReturn() local
713 GateRef state = frameStateBuilder_.GetCurrentState(); in BuildSubCircuit() local
725 GateRef state = frameStateBuilder_.GetCurrentState(); in BuildSubCircuit() local
Dcircuit_builder.cpp77 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t fals… in Branch()
84 GateRef CircuitBuilder::SwitchBranch(GateRef state, GateRef index, int caseCounts) in SwitchBranch()
89 GateRef CircuitBuilder::Return(GateRef state, GateRef depend, GateRef value) in Return()
95 GateRef CircuitBuilder::ReturnVoid(GateRef state, GateRef depend) in ReturnVoid()
101 GateRef CircuitBuilder::Goto(GateRef state) in Goto()
106 GateRef CircuitBuilder::LoopBegin(GateRef state) in LoopBegin()
112 GateRef CircuitBuilder::LoopEnd(GateRef state) in LoopEnd()
117 GateRef CircuitBuilder::LoopExit(GateRef state) in LoopExit()
122 GateRef CircuitBuilder::LoopExitDepend(GateRef state, GateRef depend) in LoopExitDepend()
127 GateRef CircuitBuilder::LoopExitValue(GateRef state, GateRef value) in LoopExitValue()
[all …]
Dcombined_pass_visitor.cpp55 GateRef state = Circuit::NullGate(); in ReplaceGate() local
66 auto state = stateDepend.State(); in ReplaceGate() 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_frontend/es2panda/test/parser/ts/
Dtest-as-expression1.ts19 let state = true; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule104.ts17 state: number = 0 property in Control
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule104.ts17 state: number = 0 property in Control
/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.cpp75 RegExpState *state = PeekRegExpState(); in MatchFailed() local
293 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local
321 auto state = PeekRegExpState(); in PopRegExpState() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp65 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local
76 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local
89 …JSGeneratorState state = JSGeneratorObject::GeneratorValidate(thread, JSHandle<JSTaggedValue>::Cas… in HWTEST_F_L0() local
Djs_async_generator_object_test.cpp65 JSAsyncGeneratorState state = asyncGenObj->GetAsyncGeneratorState(); in HWTEST_F_L0() 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/platforms/unix/libpandabase/futex/
Dmutex.cpp147 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state == UNLOCKED; })) { in WriteLock()
179 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state >= UNLOCKED; })) { in HandleReadLockWait()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dtype_declarations.ts17 state: any; property
41 private state: any; property in Proc
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dtype_declarations.ts17 state: any; property
41 private state: any; property in Proc
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h626 InterpretedFrame *state = GET_FRAME(newSp); in ExecuteNative() local
735 InterpretedFrame *state = GET_FRAME(newSp); in Execute() local
820 InterpretedFrame *state = GET_FRAME(newSp); in GeneratorReEnterInterpreter() local
1387 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
1443 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local
1498 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
1547 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
3167 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
3259 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
3285 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
260 auto state = reinterpret_cast<RegExpState *>(stateStack_ + stateStackLen_ * stateSize_); in PushRegExpState() local
285 auto state = PeekRegExpState(); in PopRegExpState() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/
Dlock_free_task_statistics_impl.cpp88 for (const auto &state : ALL_TASK_STATUSES) { in ResetCountersWithTaskProperties() local

12345