Lines Matching defs:bytecodeInfo
394 EnumerateBlock(bb, [&noThrow](const BytecodeInfo &bytecodeInfo) -> bool { in BuildCatchBlocks()
441 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in CollectTryPredsInfo()
457 EnumerateBlock(bb, [&bb, &skipInsufficientProfile](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveUnusedPredsInfo()
588 EnumerateBlock(curBlock, [&numOfThrowBytecode](const BytecodeInfo &bytecodeInfo) -> bool { in RemoveInsufficientProfileRegion()
660 EnumerateBlock(bb, [&bb](const BytecodeInfo &bytecodeInfo) -> bool { in ComputeNumOfLoopBack()
792 const BytecodeInfo &bytecodeInfo = iterator.GetBytecodeInfo(); in NewDeopt() local
940 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
963 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJSGate() local
1006 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewJump() local
1055 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewReturn() local
1081 const BytecodeInfo& bytecodeInfo = iterator.GetBytecodeInfo(); in NewByteCode() local
1141 (const BytecodeInfo &bytecodeInfo) -> bool { in BuildSubCircuit()
1150 const BytecodeInfo& bytecodeInfo = GetBytecodeInfo(bb.end); in BuildSubCircuit() local
1229 EnumerateBlock(osrLoopBodyBB, [this, &osrLoopBodyBB](const BytecodeInfo &bytecodeInfo) -> bool { in HandleOsrLoopBody()
1238 const BytecodeInfo &bytecodeInfo = GetBytecodeInfo(osrLoopBodyBB.end); in HandleOsrLoopBody() local
1388 EnumerateBlock(bb, [&](const BytecodeInfo &bytecodeInfo) -> bool { in PrintBytecodeInfo()