Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp992 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck() local
995 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSCallTargetTypeCheck()
1016 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck() local
1019 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSFastCallTargetTypeCheck()