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.cpp189 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 …]
Dmethod_type_infer.h152 const BytecodeInfo &GetByteCodeInfo(const GateRef gate) const in GetByteCodeInfo() function