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.cpp993 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSCallTargetTypeCheck() local
996 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSCallTargetTypeCheck()
1017 GateRef funcMethodTarget = builder_.GetMethodFromFunction(func); in LowerJSFastCallTargetTypeCheck() local
1020 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSFastCallTargetTypeCheck()