Searched refs:GetBytecodeInfo (Results 1 – 14 of 14) sorted by relevance
94 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function96 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
157 LOG_COMPILER(INFO) << collector->GetBytecodeInfo().GetSkippedMethodSize() in ProcessConstantPool()
882 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()954 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()1004 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()1026 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()1080 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()1277 const BytecodeInfo& curInfo = iterator.GetBytecodeInfo(); in ResolveDef()1680 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
36 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
274 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()414 if (builder_->GetBytecodeInfo(nextIndex).IsCall()) { in BuildStateSplitAfter()
387 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()488 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
767 const BytecodeInfo &GetBytecodeInfo() const;
189 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
715 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
1595 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator1597 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
99 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
21 …: ctx_(ctx), jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(… in GlobalTypeInfer()
155 return builder_->GetBytecodeInfo(bcIndex); in GetByteCodeInfo()
1063 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar()1279 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc()