Searched refs:targetIndex (Results 1 – 3 of 3) sorted by relevance
22 const targetIndex: number = 2; constant23 assert(arr[targetIndex] === targetIndex, 'success');
810 size_t targetIndex = static_cast<size_t>(CallInputs::TARGET); in VisitCall() local820 const size_t index = acc_.GetConstantValue(inList[targetIndex]); in VisitCall()828 const size_t index = acc_.GetConstantValue(inList[targetIndex]); in VisitCall()854 LLVMValueRef opcodeOffset = gate2LValue_[inList[targetIndex]]; in VisitCall()928 size_t targetIndex = static_cast<size_t>(CallInputs::TARGET); in VisitBytecodeCall() local930 LLVMValueRef opcodeOffset = gate2LValue_[inList[targetIndex]]; in VisitBytecodeCall()
84 auto targetIndex = FindBcIndexByPc(pc + offset); in CollectRegionInfo() local88 regionsInfo_.InsertJump(targetIndex, bcIndex, false); in CollectRegionInfo()93 regionsInfo_.InsertJump(targetIndex, bcIndex, true); in CollectRegionInfo()