Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp953 … if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferLdObjByValue()
995 if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferSuperPropertyByValue()
1280 if (!IsByteCodeGate(namespaceObj)) { in SetAndReturnNamespaceObjType()
1315 if (IsByteCodeGate(gate)) { in IsNamespace()
1328 if (IsByteCodeGate(func)) { in CheckNamespaceFunc()
1429 if (IsByteCodeGate(gate)) { in Verify()
1489 if (!IsByteCodeGate(thisObj)) { in PGOTypeCheck()
1504 if (!IsByteCodeGate(func)) { in PGOTypeCheck()
Dmethod_type_infer.h167 bool IsByteCodeGate(const GateRef gate) const in IsByteCodeGate() function