Lines Matching refs:BytecodeInfo
58 BytecodeInfo::InitBytecodeInfo(this, info, pc); in BuildRegionInfo()
410 EnumerateBlock(bb, [&noThrow](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCatchBlocks()
457 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in CollectTryPredsInfo()
473 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveUnusedPredsInfo()
574 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in ComputeNumOfLoopBack()
710 const BytecodeInfo &info, const GateMetaData *meta) in CreateGateInList()
744 GateRef BytecodeCircuitBuilder::NewConst(const BytecodeInfo &info) in NewConst()
834 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
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()
1040 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
1049 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit()
1128 EnumerateBlock(osrLoopBodyBB, [this, &osrLoopBodyBB](const BytecodeInfo &bytecodeInfo) -> bool { in HandleOsrLoopBody()
1137 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); in HandleOsrLoopBody()
1287 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in PrintBytecodeInfo()