Lines Matching defs:bytecodeInfo
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()
834 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
857 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local
900 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local
949 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local
975 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local
1040 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
1049 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit() local
1128 EnumerateBlock(osrLoopBodyBB, [this, &osrLoopBodyBB](const BytecodeInfo &bytecodeInfo) -> bool { in HandleOsrLoopBody()
1137 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); in HandleOsrLoopBody() local
1287 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in PrintBytecodeInfo()