Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp197 auto &bytecodeInfo = GetByteCodeInfo(gate); in ShouldInfer()
213 auto &bytecodeInfo = GetByteCodeInfo(gate); in Infer()
687 auto &byteCodeInfo = GetByteCodeInfo(gate); in SetStGlobalBcType()
718 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferLdGlobalVar()
858 auto &bytecodeInfo = GetByteCodeInfo(funcGate); in InferCallMethod()
953 … 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()
1053 auto &byteCodeInfo = GetByteCodeInfo(gate); in InferTryLdGlobalByName()
1283 auto &bytecodeInfo = GetByteCodeInfo(namespaceObj); in SetAndReturnNamespaceObjType()
1316 auto &bytecodeInfo = GetByteCodeInfo(gate); in IsNamespace()
[all …]
Dmethod_type_infer.h156 const BytecodeInfo &GetByteCodeInfo(const GateRef gate) const in GetByteCodeInfo() function