/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 | 130 JSAsyncGeneratorState state = generator->GetAsyncGeneratorState(); in AsyncGeneratorResumeNext() local 298 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/test/typeinfer/automatedcases/ |
D | controlFlowManyCallExpressionStatementsPerf.ts | 26 let state = true; variable
|
D | twiceNestedKeyofIndexInference.ts | 44 const state: State = { constant
|
D | inheritedConstructorPropertyContextualType.ts | 25 state: S property in Base
|
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
D | interface_inherit_class.ts | 19 private state: any; property in Control
|
/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/ets_runtime/ecmascript/compiler/ |
D | graph_visitor.cpp | 29 GateRef state = Circuit::NullGate(); in ReplaceGate() local 40 auto state = stateDepend.State(); in ReplaceGate() local
|
D | bytecode_circuit_builder.cpp | 633 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 …]
|
D | loop_analysis.cpp | 161 GateRef state = acc_.GetState(nex); in ComputeLoopDepth() local
|
D | later_elimination.cpp | 107 auto state = acc_.GetState(gate); in TryEliminateDependSelector() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 605 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 …]
|
D | interpreter_assembly.cpp | 497 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/ |
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/dfx/stackinfo/ |
D | js_stackgetter.h | 40 RunningState state = RunningState::OTHER; member
|
/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
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 134 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC() local
|
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/ |
D | config.json | 15 "state": "0xffffaf5f", string
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | debug_info_extractor.cpp | 40 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/ |
D | lowering_relate_gate_test.cpp | 55 auto state = acc.GetStateRoot(); in HWTEST_F_L0() local
|