Home
last modified time | relevance | path

Searched refs:GetGate (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_editor.cpp63 GateRef gate = edge.GetGate(); in RemoveGate()
86 GateRef gate = edge.GetGate(); in PropagateGate()
103 GateRef gate = edge.GetGate(); in PropagateMerge()
Dgate.h67 [[nodiscard]] Gate *GetGate();
86 [[nodiscard]] Gate *GetGate();
Dcombined_pass_visitor.cpp155 GateRef gate = current.GetGate(); in VisitTopGate()
219 GateRef gate = current.GetGate(); in PrintStack()
Dgate.cpp423 Gate *Out::GetGate() in GetGate() function in panda::ecmascript::kungfu::Out
467 Gate *In::GetGate() in GetGate() function in panda::ecmascript::kungfu::In
540 GetIn(idx)->GetGate()->SetFirstOut(GetOut(idx)->GetNextOut()); in DeleteIn()
543 GetIn(idx)->GetGate()->SetFirstOutNull(); in DeleteIn()
625 return GetIn(idx)->GetGate(); in GetInGate()
Dtyped_bytecode_lowering.cpp415 acc_.ReplaceHirAndDeleteIfException(tacc.GetGate(), builder_.GetStateDepend(), result); in LowerPrimitiveTypeToNumber()
438 acc_.ReplaceGate(tacc.GetGate(), jump, jump, Circuit::NullGate()); in SpeculateConditionJump()
843 GateRef gate = tacc.GetGate(); in LowerTypedLdArrayLength()
859 GateRef gate = tacc.GetGate(); in LowerTypedLdTypedArrayLength()
873 GateRef gate = tacc.GetGate(); in LowerTypedLdStringLength()
1343 GateRef gate = tacc.GetGate(); in CheckFastCallThisCallTarget()
1362 GateRef gate = tacc.GetGate(); in CheckCallThisCallTarget()
1382 GateRef gate = tacc.GetGate(); in CheckThisCallTargetAndLowerCall()
1398 GateRef gate = tacc.GetGate(); in CheckCallTargetFromDefineFuncAndLowerCall()
1433 GateRef gate = tacc.GetGate(); in CheckCallTargetAndLowerCall()
[all …]
Dtype_info_accessors.h36 GateRef GetGate() const in GetGate() function
43 return acc_.TryGetPGOType(GetGate()); in GetPGOType()
531 return GetGate(); in GetCallGate()
Dgate_accessor.h69 GateRef GetGate() const in GetGate() function
159 return circuit_->GetGateRef(out_->GetGate());
261 return circuit_->GetGateRef(in_->GetGate());
Dtype_info_accessors.cpp404 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in GetKeyTaggedValue()
754 auto methodOffset = acc_.TryGetMethodOffset(GetGate()); in Init()
Dgraph_linearizer.cpp634 GateRef succGate = edge.GetGate(); in VisitUpperBoundGate()
667 auto curGate = edge.GetGate(); in VisitPreparedGate()