Searched refs:ConstantsListOffset (Results 1 – 1 of 1) sorted by relevance
300 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV1Parser()306 ConstantsListOffset + getNumConstants() * ConstantSize; in StackMapV1Parser()432 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()436 unsigned ConstantsListOffset; variable