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.h163 bool IsByteCodeGate(const GateRef gate) const in IsByteCodeGate() function
Dmethod_type_infer.cpp902 … if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferLdObjByValue()
944 if (IsByteCodeGate(valueGate) && GetByteCodeInfo(valueGate).IsBc(EcmaOpcode::LDA_STR_ID16)) { in InferSuperPropertyByValue()
1224 if (!IsByteCodeGate(namespaceObj)) { in SetAndReturnNamespaceObjType()
1259 if (IsByteCodeGate(gate)) { in IsNamespace()
1272 if (IsByteCodeGate(func)) { in CheckNamespaceFunc()
1373 if (IsByteCodeGate(gate)) { in Verify()