| /arkcompiler/runtime_core/runtime/ |
| D | monitor_object_lock.cpp | 34 …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
|
| D | monitor.cpp | 154 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
|
| 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 | intrinsics.cpp | 376 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
|
| D | locks.cpp | 93 auto state = Thread::GetCurrent()->GetLockState(); in HasLock() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 37 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
|
| D | js_async_generator_object.cpp | 125 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorResumeNext() local 288 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorEnqueue() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-as-expression1.ts | 19 let state = true; variable
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 74 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/ |
| D | js_generator_object_test.cpp | 65 …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
|
| D | js_async_generator_object_test.cpp | 65 JSAsyncGeneratorState state = asyncGenObj->GetAsyncGeneratorState(); in HWTEST_F_L0() local
|
| D | test_helper.h | 89 InterpretedEntryFrame *state = reinterpret_cast<InterpretedEntryFrame *>(newSp) - 1; in SetupFrame() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_logger.h | 41 void SetFlag(Flag flag, bool state) in SetFlag()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 594 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 …]
|
| D | interpreter_assembly.cpp | 478 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/ |
| D | crossing_map.cpp | 73 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/ |
| D | ts_inline_lowering.cpp | 222 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()
|
| D | bytecode_circuit_builder.cpp | 632 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()
|
| D | check_elimination.cpp | 97 auto state = acc_.GetState(gate); in RemoveCheck() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 148 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/ |
| D | debug_info_extractor.cpp | 47 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/ |
| D | type_system.h | 277 void SetIncrementalRelationClosureMode(bool state) in SetIncrementalRelationClosureMode() 282 void SetDeferIncrementalRelationClosure(bool state) in SetDeferIncrementalRelationClosure()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 134 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | debug_helpers.h | 30 BytecodeOffsetResolver(panda_file::LineProgramState *state, uint32_t bc_offset) in BytecodeOffsetResolver()
|
| D | debug_info_extractor.cpp | 37 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
|