Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/runtime/
Dmonitor_object_lock.cpp34 …Monitor::State state = Monitor::Wait(obj_handler_.GetPtr(), ThreadStatus::IS_WAITING, 0, 0, ignore… in Wait() local
40 …Monitor::State state = Monitor::Wait(obj_handler_.GetPtr(), ThreadStatus::IS_TIMED_WAITING, timeou… in TimedWait() local
46 Monitor::State state = Monitor::Notify(obj_handler_.GetPtr()); in Notify() local
52 Monitor::State state = Monitor::NotifyAll(obj_handler_.GetPtr()); in NotifyAll() local
Dmonitor.cpp154 MarkWord::ObjectState state = mark.GetState(); in MonitorEnter() local
283 MarkWord::ObjectState state = mark.GetState(); in MonitorExit() local
349 MarkWord::ObjectState state = mark.GetState(); in Wait() local
447 MarkWord::ObjectState state = mark.GetState(); in Notify() local
496 MarkWord::ObjectState state = mark.GetState(); in NotifyAll() local
697 MarkWord::ObjectState state = old_mark.GetState(); in Acquire() local
770 MarkWord::ObjectState state = old_mark.GetState(); in Acquire() local
837 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
864 MarkWord::ObjectState state = mark.GetState(); in Acquire() local
892 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()
Dintrinsics.cpp376 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_WAITING, 0, 0); in ObjectWait() local
382 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_TIMED_WAITING, timeout, 0); in ObjectTimedWait() local
388 Monitor::State state = Monitor::Wait(header, ThreadStatus::IS_TIMED_WAITING, timeout, nanos); in ObjectTimedWaitNanos() local
394 Monitor::State state = Monitor::Notify(header); in ObjectNotify() local
400 Monitor::State state = Monitor::NotifyAll(header); in ObjectNotifyAll() local
Dlocks.cpp93 auto state = Thread::GetCurrent()->GetLockState(); in HasLock() local
/arkcompiler/ets_runtime/ecmascript/
Djs_generator_object.cpp37 JSGeneratorState state = generator->GetGeneratorState(); in GeneratorValidate() local
51 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResume() local
90 JSGeneratorState state = GeneratorValidate(thread, gen); in GeneratorResumeAbrupt() local
Djs_async_generator_object.cpp125 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorResumeNext() local
288 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorEnqueue() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-as-expression1.ts19 let state = true; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp74 RegExpState *state = PeekRegExpState(); in MatchFailed() local
306 auto state = reinterpret_cast<RegExpState *>( in PushRegExpState() local
334 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
Dtest_helper.h89 InterpretedEntryFrame *state = reinterpret_cast<InterpretedEntryFrame *>(newSp) - 1; in SetupFrame() local
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_logger.h41 void SetFlag(Flag flag, bool state) in SetFlag()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h594 InterpretedFrame *state = GET_FRAME(newSp); in ExecuteNative() local
700 InterpretedFrame *state = GET_FRAME(newSp); in Execute() local
773 InterpretedFrame *state = GET_FRAME(newSp); in GeneratorReEnterInterpreter() local
1255 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
1311 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local
1364 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
1412 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
2967 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
3059 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
3085 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp478 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleReturn() local
506 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleReturnundefined() local
1542 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleLdlexvarImm8Imm8() local
1563 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleLdlexvarImm4Imm4() local
1585 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleWideStlexvarPrefImm16Imm16() local
1607 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleStlexvarImm8Imm8() local
1629 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleStlexvarImm4Imm4() local
1664 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandlePoplexenv() local
1703 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleSuspendgeneratorV8() local
2240 InterpretedFrame *state = reinterpret_cast<InterpretedFrame *>(sp) - 1; in HandleTryldglobalbynameImm8Id16() local
[all …]
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.cpp73 CrossingMapElement::STATE state = GetMapElement(first_map_num)->GetState(); in AddObject() local
289 CrossingMapElement::STATE state = GetMapElement(map_num)->GetState(); in FindObjInMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp222 GateRef &state, GateRef &depend, size_t numOfIns) in MergeAllReturn()
265 GateRef state = Circuit::NullGate(); in ReplaceReturnGate() local
289 void TSInlineLowering::ReplaceHirAndDeleteState(GateRef gate, GateRef state, GateRef depend, GateRe… in ReplaceHirAndDeleteState()
Dbytecode_circuit_builder.cpp632 void BytecodeCircuitBuilder::NewMerge(GateRef &state, GateRef &depend, size_t numOfIns) in NewMerge()
721 void BytecodeCircuitBuilder::SetBlockPred(BytecodeRegion &bbNext, const GateRef &state, in SetBlockPred()
814 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJSGate()
889 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJump()
960 void BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewReturn()
985 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewByteCode()
Dcheck_elimination.cpp97 auto state = acc_.GetState(gate); in RemoveCheck() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp148 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state == UNLOCKED; })) { in WriteLock()
180 if (!WaitBrieflyFor(&state_, [](int32_t state) { return state >= UNLOCKED; })) { in HandleReadLockWait()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp47 explicit LineNumberProgramHandler(LineProgramState *state) : state_(state) {} in LineNumberProgramHandler()
194 …LineProgramState state(pandaFile, sourceFileId.value_or(panda_file::File::EntityId(0)), dda.GetLin… in Extract() local
/arkcompiler/runtime_core/verification/type/
Dtype_system.h277 void SetIncrementalRelationClosureMode(bool state) in SetIncrementalRelationClosureMode()
282 void SetDeferIncrementalRelationClosure(bool state) in SetDeferIncrementalRelationClosure()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp134 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC() local
/arkcompiler/runtime_core/libpandafile/
Ddebug_helpers.h30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bc_offset) in BytecodeOffsetResolver()
Ddebug_info_extractor.cpp37 explicit LineNumberProgramHandler(LineProgramState *state) : state_(state) {} in LineNumberProgramHandler()
235 … LineProgramState state(panda_file, source_file_id.value_or(File::EntityId(0)), dda.GetLineStart(), in Extract() local

123