Home
last modified time | relevance | path

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

123

/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.cpp130 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorResumeNext() local
298 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/test/typeinfer/automatedcases/
DcontrolFlowManyCallExpressionStatementsPerf.ts26 let state = true; variable
DtwiceNestedKeyofIndexInference.ts44 const state: State = { constant
DinheritedConstructorPropertyContextualType.ts25 state: S property in Base
/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.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/ets_runtime/ecmascript/compiler/
Dgraph_visitor.cpp29 GateRef state = Circuit::NullGate(); in ReplaceGate() local
40 auto state = stateDepend.State(); in ReplaceGate() local
Dbytecode_circuit_builder.cpp633 void BytecodeCircuitBuilder::NewMerge(GateRef &state, GateRef &depend, size_t numOfIns) in NewMerge()
642 void BytecodeCircuitBuilder::NewLoopBegin(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewLoopBegin()
661 void BytecodeCircuitBuilder::NewLoopExit(GateRef &state, GateRef &depend) in NewLoopExit()
671 GateRef &state, GateRef &depend) in TryInsertLoopExit()
679 void BytecodeCircuitBuilder::BuildBlockCircuitHead(BytecodeRegion &bb, GateRef &state, GateRef &dep… in BuildBlockCircuitHead()
734 GateRef &state, GateRef &depend) in SetLoopBlockPred()
773 const GateRef &state, const GateRef &depend) in SetBlockPred()
879 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJSGate()
951 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJump()
1000 void BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewReturn()
[all …]
Dloop_analysis.cpp161 GateRef state = acc_.GetState(nex); in ComputeLoopDepth() local
Dlater_elimination.cpp107 auto state = acc_.GetState(gate); in TryEliminateDependSelector() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h605 InterpretedFrame *state = GET_FRAME(newSp); in ExecuteNative() local
712 InterpretedFrame *state = GET_FRAME(newSp); in Execute() local
788 InterpretedFrame *state = GET_FRAME(newSp); in GeneratorReEnterInterpreter() local
1342 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
1398 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local
1453 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
1502 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
3116 InterpretedFrame *state = GET_FRAME(sp); in RunInternal() local
3208 InterpretedBuiltinFrame *state = GET_BUILTIN_FRAME(newSp); in RunInternal() local
3234 InterpretedFrame *state = GET_FRAME(newSp); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp497 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleReturn() local
525 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleReturnundefined() local
1607 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleLdlexvarImm8Imm8() local
1628 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleLdlexvarImm4Imm4() local
1650 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleWideStlexvarPrefImm16Imm16() local
1672 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleStlexvarImm8Imm8() local
1694 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleStlexvarImm4Imm4() local
1729 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandlePoplexenv() local
1769 AsmInterpretedFrame *state = GET_ASM_FRAME(sp); in HandleSuspendgeneratorV8() local
2322 InterpretedFrame *state = reinterpret_cast<InterpretedFrame *>(sp) - 1; in HandleTryldglobalbynameImm8Id16() local
[all …]
/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/dfx/stackinfo/
Djs_stackgetter.h40 RunningState state = RunningState::OTHER; member
/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
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp134 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC() local
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/
Dconfig.json15 "state": "0xffffaf5f", string
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp40 explicit LineNumberProgramHandler(LineProgramState *state) : state_(state) {} in LineNumberProgramHandler()
296 …LineProgramState state(pandaFile, sourceFileId.value_or(panda_file::File::EntityId(0)), dda.GetLin… in ExtractorMethodDebugInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp55 auto state = acc.GetStateRoot(); in HWTEST_F_L0() local

123