Searched refs:newOperandValues (Results 1 – 1 of 1) sorted by relevance
168 void fixOperandDataLocation(Operand* operand, Model::OperandValues* newOperandValues, in fixOperandDataLocation() argument173 CHECK(newOperandValues != nullptr); in fixOperandDataLocation()179 operand->location = newOperandValues->append(data, length); in fixOperandDataLocation()202 void fixOperandDataLocations(std::vector<Operand>* operands, Model::OperandValues* newOperandValues, in fixOperandDataLocations() argument207 fixOperandDataLocation(&operand, newOperandValues, oldOperandValues, remappedPoolIndex, in fixOperandDataLocations()