Searched refs:ReplaceHirWithPendingException (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.h | 155 void ReplaceHirWithPendingException(GateRef hirGate, GateRef state, GateRef depend, GateRef value);
|
H A D | typed_hcr_lowering.h | 246 void ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state, GateRef depend, GateRef value);
|
H A D | slowpath_lowering.cpp | 152 ReplaceHirWithPendingException(hirGate, stateInGate, depend, *res); in LowerToJSCall() 155 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException() function in panda::ecmascript::kungfu::SlowPathLowering 1093 ReplaceHirWithPendingException(gate, stateInGate, newGate, newGate); in LowerCallSpread() 1783 ReplaceHirWithPendingException(gate, builder_.GetState(), builder_.GetDepend(), *result); in LowerSuperCall() 1834 ReplaceHirWithPendingException(gate, builder_.GetState(), builder_.GetDepend(), *result); in LowerSuperCallSpread() 1994 ReplaceHirWithPendingException(gate, builder_.GetState(), builder_.GetDepend(), *result); in LowerSuperCallForwardAllArgs() 2085 ReplaceHirWithPendingException(gate, builder_.GetState(), builder_.GetDepend(), *result); in LowerNewObjRange() 3349 ReplaceHirWithPendingException(gate, state, result, result); in LowerConstruct() 3403 ReplaceHirWithPendingException(gate, state, result, result); in LowerCallNew() 3593 ReplaceHirWithPendingException(gat in LowerTypedCall() [all...] |
H A D | typed_hcr_lowering.cpp | 814 ReplaceHirWithPendingException(gate, glue, builder_.GetState(), builder_.GetDepend(), *result); in LowerCallPrivateGetter() 826 ReplaceHirWithPendingException(gate, glue, builder_.GetState(), builder_.GetDepend(), Circuit::NullGate()); in LowerCallPrivateSetter() 865 ReplaceHirWithPendingException(gate, glue, builder_.GetState(), builder_.GetDepend(), *result); in LowerCallGetter() 955 ReplaceHirWithPendingException(gate, glue, builder_.GetState(), builder_.GetDepend(), Circuit::NullGate()); in LowerCallSetter() 1681 void TypedHCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state, GateRef depend, in ReplaceHirWithPendingException() function in panda::ecmascript::kungfu::TypedHCRLowering 3081 ReplaceHirWithPendingException(gate, glue, builder_.GetState(), builder_.GetDepend(), *result); in LowerMonoCallGetterOnProto()
|
Completed in 17 milliseconds