Searched refs:max_next_offset (Results 1 – 1 of 1) sorted by relevance
29 ThunkData(std::vector<uint8_t> code, uint32_t max_next_offset) in ThunkData() argument32 max_next_offset_(max_next_offset), in ThunkData()61 void SetMaxNextOffset(uint32_t max_next_offset) { in SetMaxNextOffset() argument63 max_next_offset_ = max_next_offset; in SetMaxNextOffset()324 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type); in ProcessPatches() local325 auto it = thunks_.Put(key, ThunkData(CompileThunk(key), max_next_offset)); in ProcessPatches()336 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type); in ProcessPatches() local337 auto it = thunks_.PutBefore(lb, key, ThunkData(CompileThunk(key), max_next_offset)); in ProcessPatches()