Searched refs:GetByteCodeInfo (Results 1 – 2 of 2) sorted by relevance
189 auto &bytecodeInfo = GetByteCodeInfo(gate); in ShouldInfer()205 auto &bytecodeInfo = GetByteCodeInfo(gate); in Infer()646 auto &byteCodeInfo = GetByteCodeInfo(gate); in SetStGlobalBcType()674 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferLdGlobalVar()810 auto &bytecodeInfo = GetByteCodeInfo(funcGate); in InferCallMethod()902 … 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()1000 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferTryLdGlobalByName()1227 auto &bytecodeInfo = GetByteCodeInfo(namespaceObj); in SetAndReturnNamespaceObjType()1260 auto &bytecodeInfo = GetByteCodeInfo(gate); in IsNamespace()[all …]
152 const BytecodeInfo &GetByteCodeInfo(const GateRef gate) const in GetByteCodeInfo() function