Searched refs:GetBytecodeInfo (Results 1 – 12 of 12) sorted by relevance
90 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function92 return bcInfoCollector_->GetBytecodeInfo(); in GetBytecodeInfo()
36 bytecodeInfo_(collector->GetBytecodeInfo()), in CompilationDriver()
857 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate()900 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump()949 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn()975 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode()1049 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()1137 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); in HandleOsrLoopBody()1291 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
210 auto &bytecodeInfo = collector.GetBytecodeInfo(); in AnalyzeGraphs()462 BCInfo &bytecodeInfo = collector.GetBytecodeInfo(); in GenerateMethodMap()
347 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in EnumerateBlock()465 const BytecodeInfo &GetBytecodeInfo(uint32_t index) const in GetBytecodeInfo() function
303 BCInfo& GetBytecodeInfo() in GetBytecodeInfo() function
374 LOG_COMPILER(INFO) << collector.GetBytecodeInfo().GetSkippedMethodSize() in Compile()
898 const BytecodeInfo &GetBytecodeInfo() const;
203 ctx_->GetBytecodeInfo().AddSkippedMethod(methodOffset_); in AbortCompilation()
124 auto &bytecodeInfo = ctx_->GetBytecodeInfo(); in TryInline()
1926 const BytecodeInfo &BytecodeIterator::GetBytecodeInfo() const in GetBytecodeInfo() function in panda::ecmascript::kungfu::BytecodeIterator1928 return builder_->GetBytecodeInfo(index_); in GetBytecodeInfo()
129 auto &bytecodeInfo = iterator.GetBytecodeInfo(); in ComputeLiveOut()