Home
last modified time | relevance | path

Searched defs:depend (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp53 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
76 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
98 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
120 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
144 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp77 GateRef CircuitBuilder::Return(GateRef state, GateRef depend, GateRef value) in Return()
83 GateRef CircuitBuilder::ReturnVoid(GateRef state, GateRef depend) in ReturnVoid()
125 GateRef CircuitBuilder::DependRelay(GateRef state, GateRef depend) in DependRelay()
401 auto depend = label->GetDepend(); in CallBCHandler() local
412 auto depend = label->GetDepend(); in CallBuiltin() local
423 auto depend = label->GetDepend(); in CallBuiltinWithArgv() local
434 auto depend = label->GetDepend(); in CallBCDebugger() local
440 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime()
459 auto depend = label->GetDepend(); in CallRuntimeVarargs() local
467 GateRef CircuitBuilder::CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<G… in CallNGCRuntime()
[all …]
Dts_inline_lowering.cpp222 GateRef &state, GateRef &depend, size_t numOfIns) in MergeAllReturn()
266 GateRef depend = 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()
722 const GateRef &depend, bool isLoopBack) 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()
Dcircuit_builder-inl.h83 auto depend = label->GetDepend(); in Load() local
830 auto depend = GetCurrentLabel()->GetDepend(); in Return() local
837 auto depend = GetCurrentLabel()->GetDepend(); in Return() local
870 void CircuitBuilder::SetDepend(GateRef depend) in SetDepend()
963 void Label::SetDepend(GateRef depend) in SetDepend()
990 GateRef depend = currentLabel_->GetDepend(); in SubCfgEntry() local
1002 GateRef depend = currentLabel_->GetDepend(); in SubCfgExit() local
Dcheck_elimination.cpp98 auto depend = acc_.GetDep(gate); in RemoveCheck() local
Dearly_elimination.cpp344 bool EarlyElimination::IsSideEffectLoop(GateRef depend) in IsSideEffectLoop()
771 auto depend = acc_.GetDependCount(gate) > 0 ? acc_.GetDep(gate) : Circuit::NullGate(); in RemoveGate() local
Dframe_states.cpp74 auto depend = gateAcc_.GetDep(gate); in BindStateSplit() local
Dcircuit_builder.h593 void SetDepend(GateRef depend) in SetDepend()
Dts_type_lowering.cpp56 auto depend = acc_.GetDep(gate); in VerifyGuard() local
270 void TSTypeLowering::ReplaceHIRGate(GateRef hir, GateRef outir, GateRef state, GateRef depend, in ReplaceHIRGate()
Dgate_accessor.cpp633 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate()
Dslowpath_lowering.cpp100 void SlowPathLowering::ExceptionReturn(GateRef state, GateRef depend) in ExceptionReturn()
1265 GateRef depend = acc_.GetDep(hirGate); in LowerExceptionHandler() local
3705 auto depend = builder_.GetDepend(); in LowerConstruct() local
Dstub_builder-inl.h173 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local
180 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local
Dstub_builder.cpp907 auto depend = env_->GetCurrentLabel()->GetDepend(); in Store() local