Lines Matching refs:BytecodeInfo
52 BytecodeInfo::InitBytecodeInfo(this, info, pc); in BuildRegionInfo()
257 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in CollectTryPredsInfo()
273 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveUnusedPredsInfo()
413 const BytecodeInfo &info, const GateMetaData *meta) in CreateGateInList()
447 GateRef BytecodeCircuitBuilder::NewConst(const BytecodeInfo &info) in NewConst()
535 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
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()
733 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
742 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()
825 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in PrintBytecodeInfo()