Searched refs:GetBytecodeInfo (Results 1 – 15 of 15) sorted by relevance
108 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function110 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
556 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()597 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()642 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()668 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()742 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()829 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
345 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()457 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
37 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
206 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateGlobalTypes()
314 LOG_COMPILER(INFO) << collector.GetBytecodeInfo().GetSkippedMethodSize() in Compile()
887 const BytecodeInfo &GetBytecodeInfo() const;
680 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
211 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
134 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
1779 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator1781 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
130 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()
21 …: ctx_(ctx), jsPandaFile_(ctx_->GetJSPandaFile()), bcInfo_(ctx->GetBytecodeInfo()), methodOffset_(… in GlobalTypeInfer()
159 return builder_->GetBytecodeInfo(bcIndex); in GetByteCodeInfo()
1119 const auto &bcInfo = bcInfoCollector->GetBytecodeInfo(); in InferLdExternalModuleVar()1335 auto &bcInfo = ctx_->GetBytecodeInfo(); in CheckNamespaceFunc()