Searched refs:GetBytecodeInstructionNumber (Results 1 – 1 of 1) sorted by relevance
723 static size_t GetBytecodeInstructionNumber(BytecodeInstruction bcInsFirst, BytecodeInstruction bcIn… in GetBytecodeInstructionNumber() function746 const size_t tryBeginIdx = GetBytecodeInstructionNumber(bcIns, tryBeginBcIns); in LocateTryBlock()747 const size_t tryEndIdx = GetBytecodeInstructionNumber(bcIns, tryEndBcIns); in LocateTryBlock()800 const size_t handlerBeginIdx = GetBytecodeInstructionNumber(bcIns, handlerBeginBcIns); in LocateCatchBlock()801 const size_t handlerEndIdx = GetBytecodeInstructionNumber(bcIns, handlerEndBcIns); in LocateCatchBlock()1744 size_t idx = GetBytecodeInstructionNumber(BytecodeInstruction(insArr), bcInsDest); in TranslateImmToLabel()