Home
last modified time | relevance | path

Searched defs:checkFunc (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1392 GateRef checkFunc = builder_.BoolAnd(isObj, isOptimized); in LowerJSCallTargetTypeCheck() local
1416 GateRef checkFunc = builder_.BoolAnd(isObj, canFastCall); in LowerJSFastCallTargetTypeCheck() local
1523 GateRef checkFunc = builder_.BoolAnd(isObj, isJsFunc); in LowerJSInlineTargetTypeCheck() local
1540 GateRef checkFunc = builder_.BoolAnd(isObj, isJsFunc); in LowerTypedNewAllocateThis() local