| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 53 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/ |
| D | circuit_builder.cpp | 77 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 …]
|
| D | ts_inline_lowering.cpp | 222 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()
|
| D | bytecode_circuit_builder.cpp | 632 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()
|
| D | circuit_builder-inl.h | 83 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
|
| D | check_elimination.cpp | 98 auto depend = acc_.GetDep(gate); in RemoveCheck() local
|
| D | early_elimination.cpp | 344 bool EarlyElimination::IsSideEffectLoop(GateRef depend) in IsSideEffectLoop() 771 auto depend = acc_.GetDependCount(gate) > 0 ? acc_.GetDep(gate) : Circuit::NullGate(); in RemoveGate() local
|
| D | frame_states.cpp | 74 auto depend = gateAcc_.GetDep(gate); in BindStateSplit() local
|
| D | circuit_builder.h | 593 void SetDepend(GateRef depend) in SetDepend()
|
| D | ts_type_lowering.cpp | 56 auto depend = acc_.GetDep(gate); in VerifyGuard() local 270 void TSTypeLowering::ReplaceHIRGate(GateRef hir, GateRef outir, GateRef state, GateRef depend, in ReplaceHIRGate()
|
| D | gate_accessor.cpp | 633 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate()
|
| D | slowpath_lowering.cpp | 100 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
|
| D | stub_builder-inl.h | 173 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local 180 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local
|
| D | stub_builder.cpp | 907 auto depend = env_->GetCurrentLabel()->GetDepend(); in Store() local
|